Skip to content

Commit

Permalink
igl | shell | Use VulkanFeatures to create device in TinyRenderer
Browse files Browse the repository at this point in the history
Summary: Pass `nullptr` on Device creation to account for the new VulkanFeature parameter

Reviewed By: corporateshark

Differential Revision: D61724715

fbshipit-source-id: e8c12c17448c57a84dade209d7828a01569fc361
  • Loading branch information
mmaurer authored and facebook-github-bot committed Aug 23, 2024
1 parent 6f2ebc6 commit b3bf551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/android/jni/TinyRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void TinyRenderer::init(AAssetManager* mgr,
height_, // height,,
0,
nullptr,
nullptr,
&result);
break;
}
Expand Down

0 comments on commit b3bf551

Please sign in to comment.