Unable to capture frame due to API usage unsupported by Nsight. Reason: glMatrixLoadIdentityEXT

Hi -
Just trying to track some reasoning behind this incompatibility. Maybe related to direct access state?
thx
James

This is nsight edition 5.1 with a Quadro 6000 - opengl 4.5 - driver - 361.91

Hi bitter_beans,

glMatrixLoadIdentityEXT should be part of GL_EXT_direct_state_access, but that works for compatible OGL profile. Nsight doesn’t support that.

Thanks
An