Well guys, I'm trying to debug an OpenGL 4.5 Core Profile application and capture a frame, but I get this error:
[i]The following API usage is unsupported:
glBindBufferBase (target = 0x00008892)
To see all incompatibilities, see C:\Users\Tom\Documents\NVIDIA Nsight\nvcompatlog.txt
Please send this list to devtools-support@nvidia.com[/i]
My system:
Windows 10 x64
VisualStudio 15.5.2
Nsight 5.0.0.17240
GeForce 1080Ti, driver: 388.19
Any ideas?
Well guys, I'm trying to debug an OpenGL 4.5 Core Profile application and capture a frame, but I get this error:
The following API usage is unsupported:
glBindBufferBase (target = 0x00008892)
To see all incompatibilities, see C:\Users\Tom\Documents\NVIDIA Nsight\nvcompatlog.txt
Please send this list to devtools-support@nvidia.com
My system:
Windows 10 x64
VisualStudio 15.5.2
Nsight 5.0.0.17240
GeForce 1080Ti, driver: 388.19
Hi master.of.m42,
I'm sorry for the problem you met, can we have your sample to identify the issue please?
I guess the target parameter is unsupported by nsight.
Thanks,
Letitia
Letitia, thanks for response!
Well, my project is very large, but the function glBindBuffer is used only in one class, called GPUBuffer, this class is designed to facilitate the work on the creation and filling of OpenGL buffers buffers, it is still at the development stage and it is on Qt 5.10 (QOpenGLFunctions_4_5_Core *_f - just pointer to collection of OpenGL function). GPUBuffer - like std::vector, only for OpenGL.
Here is it:
ssbo_model_matrices = new GPUBuffer<QMatrix4x4>(0, GL_SHADER_STORAGE_BUFFER, GL_STATIC_DRAW, f);
ssbo_model_matrices ->reserve(desired_size);
for(int i - 0; i < desired_size; i++)
ssbo_model_matrices.push_back(QMatrix());
Usage in render function, just add one line before draw call:
ssbo_screen_info->bindBufferBase();
Well, i think, glBindBufferBase is not supported by Nsight, and it's very very stange...
And Letitia, about "I guess the target parameter is unsupported by nsight"... My target platform vesion is 10.0.16299.0 (windows 10 sdk) and platform toolset VisualStudio 2015 v140 (on VisualStudio 2017) because Nsight also doesn't work with CUDA, which is also involved in this project, on latest version of Visual Studio 2017 :-D What a hell! :-)
Dear developers of Nsight, well, finally make a version for QtCreator.... VisualStudio is very problematic IDE :(
Hi master.of.m42,
Nsight 5.4 supports the OpenGL 4.5 core profile which contains the function glBindBufferBase, which can be referred to the link http://docs.nvidia.com/nsight-visual-studio-edition/5.4/Nsight_Visual_Studio_Edition_User_Guide.htm#Graphics_OGL_Functions.htm%3FTocPath%3DGraphics%2520Debugger%7CFrame%2520Debugging%7COpenGL%7C_____12
As far as the version for QtCreator, I am not sure about the plan or schedule, but I will take a track for your request and let you know if there are some update.
Thanks,
Letitia
Nsight 5.4 supports the OpenGL 4.5 core profile which contains the function glBindBufferBase, which can be referred to the link http://docs.nvidia.com/nsight-visual-studio-edition/5.4/Nsight_Visual_Studio_Edition_User_Guide.htm#Graphics_OGL_Functions.htm%3FTocPath%3DGraphics%2520Debugger%7CFrame%2520Debugging%7COpenGL%7C_____12
As far as the version for QtCreator, I am not sure about the plan or schedule, but I will take a track for your request and let you know if there are some update.
[b]Letitia[/b], yes, please, ask the developers to make a version for QtCreator, this fu...d studio already got me with its bugs and lags ...
And where will you create this thread? Give me a link please to the question to the developers...
Letitia, yes, please, ask the developers to make a version for QtCreator, this fu...d studio already got me with its bugs and lags ...
And where will you create this thread? Give me a link please to the question to the developers...
The following API usage is unsupported:
glBindBufferBase (target = 0x00008892)
To see all incompatibilities, see C:\Users\Tom\Documents\NVIDIA Nsight\nvcompatlog.txt
Please send this list to devtools-support@nvidia.com
My system:
Windows 10 x64
VisualStudio 15.5.2
Nsight 5.0.0.17240
GeForce 1080Ti, driver: 388.19
Any ideas?
I'm sorry for the problem you met, can we have your sample to identify the issue please?
I guess the target parameter is unsupported by nsight.
Thanks,
Letitia
Well, my project is very large, but the function glBindBuffer is used only in one class, called GPUBuffer, this class is designed to facilitate the work on the creation and filling of OpenGL buffers buffers, it is still at the development stage and it is on Qt 5.10 (QOpenGLFunctions_4_5_Core *_f - just pointer to collection of OpenGL function). GPUBuffer - like std::vector, only for OpenGL.
Here is it:
Example of usage:
Decalration:
Initialization:
Usage in render function, just add one line before draw call:
Well, i think, glBindBufferBase is not supported by Nsight, and it's very very stange...
And Letitia, about "I guess the target parameter is unsupported by nsight"... My target platform vesion is 10.0.16299.0 (windows 10 sdk) and platform toolset VisualStudio 2015 v140 (on VisualStudio 2017) because Nsight also doesn't work with CUDA, which is also involved in this project, on latest version of Visual Studio 2017 :-D What a hell! :-)
Dear developers of Nsight, well, finally make a version for QtCreator.... VisualStudio is very problematic IDE :(
Nsight 5.4 supports the OpenGL 4.5 core profile which contains the function glBindBufferBase, which can be referred to the link http://docs.nvidia.com/nsight-visual-studio-edition/5.4/Nsight_Visual_Studio_Edition_User_Guide.htm#Graphics_OGL_Functions.htm%3FTocPath%3DGraphics%2520Debugger%7CFrame%2520Debugging%7COpenGL%7C_____12
As far as the version for QtCreator, I am not sure about the plan or schedule, but I will take a track for your request and let you know if there are some update.
Thanks,
Letitia
And where will you create this thread? Give me a link please to the question to the developers...
Maybe you can find the related forum in the link https://devtalk.nvidia.com/ and raise your questions.
Regards,
Letitia