Skip to content

Commit

Permalink
Update sdl_context.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Aug 1, 2023
1 parent 2b53be3 commit d3b04a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/lib/engine/platform/sdl_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ void _init_sdl_opengl_attributes()
spdlog::debug("[OpenGL] Renderer: {}",
reinterpret_cast<const char*>(glGetString(GL_RENDERER)));

int num_binary_formats {};
glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &num_binary_formats);
spdlog::debug("[OpenGL] Number of binary shader formats: {}", num_binary_formats);

return gl;
}

Expand Down

0 comments on commit d3b04a0

Please sign in to comment.