Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Graphics Analyzer: Binding a buffer that was initially bound to GL_COPY_WRITE_BUFFER is not recommended

I am seeing a recuring warning in Graphics Analyzer for our app: Binding a buffer that was initially bound to GL_COPY_WRITE_BUFFER is not recommended.

We use GL_COPY_WRITE_BUFFER to initialize and upload data to all our buffers for simplicity but seeing this warning I was wondering if there is an actual performance penalty of using GL_COPY_WRITE_BUFFER for the first glBindBuffer() call (after glGenBuffer) vs using the same target as the one it will ultimately be bound as (GL_ARRAY_BUFFER, GL_ELEMENT_ARRAY_BUFFER, GL_UNIFORM_BUFFER) 

Thanks

Parents Reply Children
No data