Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ framebuffer_size_callback
Function
framebuffer_size_callback
source/examples/cubescape-gl/main.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
39
void framebuffer_size_callback(GLFWwindow * /*window*/, int width, int height)
40
{
41
cubescape->resize(width, height);
42
}
43
44
void key_callback(GLFWwindow * window, int key, int /*scancode*/, int action, int /*mods*/)
45
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected