Skip to content

Commit

Permalink
use DSA function for DSA
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueLogix committed Mar 13, 2024
1 parent 6972e38 commit 0f39ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public static void collectAllFeedback(boolean shadowsEnabled) {
buffer.delete();
if (QuartzCore.TESTING_ALLOWED) {
PointerWrapper.removeReadableLocation(new PointerWrapper(renderTypeFeedbackBufferMappings.getLong(renderType), buffer.size));
glUnmapBuffer(buffer.buffer);
glUnmapNamedBuffer(buffer.buffer);
}
buffer = new FeedbackBuffer(requiredVertices);
if (QuartzCore.TESTING_ALLOWED) {
Expand Down

0 comments on commit 0f39ec1

Please sign in to comment.