I tried to use Frame debugger of Nsight graphics to analyse an OpenGL task/Mesh Shader program.
but when I press F11, Nsight report that:
The following incompatibilities were seen during capture:
glCreateShaderProgramv(type=0x0000955A)
glUsePorgramStages(stages=0x00000080)
according to https://www.khronos.org/registry/OpenGL/api/GL/glext.h
the definition of GL_TASK_SHADER_NV is 0x0000955A.
this is an enum of nVidia mesh shader extension but Nsight dose not support.
could you help to resolve this problem?