Skip to content

Commit fe2fd21

Browse files
committed
Add comment to COpenGLShader
1 parent 56c8bf7 commit fe2fd21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nbl/video/COpenGLShader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ using namespace nbl::video;
1010

1111
// TODO: deduce the following in COpenGLPhysicalDevice from the OpenGL extension presence, and then add the defines as standardy from IPhysicalDevice : addCommonGLSLDefines() instead
1212
// The subgroup stuff is a bit hard cause we made up "extra" extensions such as `NBL_GL_KHR_shader_subgroup_ballot_inverse_ballot_bit_count` (probably best to expose as extra features)
13+
// [TODO] Clean this up with new define injection https://github.com/Devsh-Graphics-Programming/Nabla/pull/394 and redo prefix sum sample/workgroup ops example
1314
const char* COpenGLShader::k_openGL2VulkanExtensionMap = R"(
1415
#ifdef NBL_GLSL_IMPL_GL_AMD_gpu_shader_half_float
1516
#define NBL_GL_EXT_shader_explicit_arithmetic_types_float16

0 commit comments

Comments
 (0)