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

Function framebuffer_size_callback

source/examples/cubescape-gles/main.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height)
38{
39 cubescape->resize(width, height);
40}
41
42void key_callback(GLFWwindow * window, int key, int /*scancode*/, int action, int /*mods*/)
43{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected