MCPcopy Create free account
hub / github.com/cginternals/glbinding / framebuffer_size_callback

Function framebuffer_size_callback

source/examples/cubescape-log/main.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height)
43{
44 cubescape->resize(width, height);
45}
46
47void key_callback(GLFWwindow * window, int key, int /*scancode*/, int action, int /*mods*/)
48{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected