Skip to content

Commit

Permalink
igl | Fix tiny android sample build.
Browse files Browse the repository at this point in the history
Reviewed By: corporateshark

Differential Revision: D66667095

fbshipit-source-id: bf3fc341d2fc26f249d960665e4d92aea4655480
  • Loading branch information
nlutsenko authored and facebook-github-bot committed Dec 2, 2024
1 parent 412a6ce commit bae0088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/android/vulkan/jni/Tiny.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ void render() {

// VK_EXT_debug_utils support doesn't exist yet
// commands->pushDebugGroupLabel("Render Triangle", igl::Color(1, 0, 0));
commands->draw(PrimitiveType::Triangle, 0, 3);
commands->draw(3, 0, 3);
// commands->popDebugGroupLabel();
commands->endEncoding();

Expand Down

0 comments on commit bae0088

Please sign in to comment.