Skip to content

Commit

Permalink
I'm dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFrenik committed Jul 12, 2024
1 parent 25bcfa3 commit 52e83ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/gs_graphics_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ gs_graphics_storage_buffer_create_impl(const gs_graphics_storage_buffer_desc_t*

glGenBuffers(1, &sbo.buffer);

// CHECK_GL_CORE(
CHECK_GL_CORE(
glBindBuffer(GL_SHADER_STORAGE_BUFFER, sbo.buffer);

// Check for desc flags to map buffer
Expand Down Expand Up @@ -980,7 +980,7 @@ gs_graphics_storage_buffer_create_impl(const gs_graphics_storage_buffer_desc_t*
}

glBindBuffer(GL_SHADER_STORAGE_BUFFER, 0);
// );
);

memcpy(sbo.name, desc->name, 64);
sbo.access = desc->access;
Expand Down

0 comments on commit 52e83ed

Please sign in to comment.