Pyarelal Knowles
Pyarelal Knowles
EXT_clip_cull_distance exposts ARB_cull_distance to GL ES. https://www.khronos.org/registry/gles/extensions/EXT/EXT_clip_cull_distance.txt It looks like the version/profile requirements in Initialize.cpp will need updating to include ES for the following: gl_ClipDistance gl_CullDistance gl_MaxClipDistances gl_MaxCullDistances gl_MaxCombinedClipAndCullDistances Also...
The external/nvpro_core submodule contains code generated from the vulkan SDK, which can conflict when compiling against a different vulkan SDK. Example build errors: ``` 'PFN_vkGetLatencyTimingsNV': too many arguments for call...