예제 #1
0
파일: main.cpp 프로젝트: bhlzlx/graphics
static void window_size_callback(GLFWwindow* window, int width, int height)
{
    appDelegate.AppWindowDidResize(width,height);
}