Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
This commit is contained in:
commit
84d4a70341
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
// Total number of objects (^3) in the scene
|
// Total number of objects (^3) in the scene
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
constexpr auto OBJECT_COUNT 32;
|
constexpr auto OBJECT_COUNT = 32;
|
||||||
#else
|
#else
|
||||||
constexpr auto OBJECT_COUNT = 64;
|
constexpr auto OBJECT_COUNT = 64;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue