Skip to content

Commit ac2c5b3

Browse files
committed
Change API of ex35 back to OpenGL
1 parent 585bb7b commit ac2c5b3

File tree

1 file changed

+1
-1
lines changed
  • examples_tests/35.GeometryCreator

1 file changed

+1
-1
lines changed

examples_tests/35.GeometryCreator/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class GeometryCreatorSampleApp : public ApplicationBase
252252

253253
CommonAPI::Init(
254254
initOutput,
255-
video::EAT_VULKAN,
255+
video::EAT_OPENGL,
256256
"35.GeometryCreator",
257257
requiredInstanceFeatures,
258258
optionalInstanceFeatures,

0 commit comments

Comments
 (0)