Hi, I'm trying to use `UNIFORMS_PUSHCONSTANTS_INDEX` by setting `UNIFORMS_TECHNIQUE` to it in: https://github.com/nvpro-samples/gl_vk_threaded_cadscene/blob/a1063e2d0e2941cd89871b7a33f6feebfeca6499/resources_vk.hpp#L42 but this leads to compile error in: https://github.com/nvpro-samples/gl_vk_threaded_cadscene/blob/a1063e2d0e2941cd89871b7a33f6feebfeca6499/resources_vk.cpp#L1463 because `views` doesn't exist Is there another way to activate it?
Hi,
I'm trying to use
UNIFORMS_PUSHCONSTANTS_INDEXby settingUNIFORMS_TECHNIQUEto it in:gl_vk_threaded_cadscene/resources_vk.hpp
Line 42 in a1063e2
but this leads to compile error in:
gl_vk_threaded_cadscene/resources_vk.cpp
Line 1463 in a1063e2
because
viewsdoesn't existIs there another way to activate it?