dl
dl_wrap_glfw.h 文件参考

glfw类型包装 更多...

#include <android/native_window_jni.h>

浏览该文件的源代码.

class  dl::GLFWwindow
 
class  dl::GLFWmonitor
 

命名空间

namespace  dl
 

函数

bool dl::glfwInit ()
 
bool dl::glfwWindowShouldClose (GLFWwindow *window)
 
void dl::glfwGetFramebufferSize (GLFWwindow *window, int *w, int *h)
 
const char ** dl::glfwGetRequiredInstanceExtensions (uint32_t *count)
 
void dl::glfwWaitEvents ()
 
void dl::glfwPollEvents ()
 
void dl::glfwDestroyWindow (GLFWwindow *window)
 
void dl::glfwTerminate ()
 
void dl::glfwSetCursorPos (GLFWwindow *window, int x, int y)
 
void dl::glfwGetWindowSize (GLFWwindow *window, int *w, int *h)
 
void dl::glfwGetMonitorWorkarea (GLFWmonitor *monitor, int *x, int *y, int *w, int *h)
 
void dl::glfwGetWindowSize (GLFWwindow *window, int x, int y)
 
void dl::glfwSetWindowPos (GLFWwindow *window, int x, int y)
 

详细描述

glfw类型包装

版本
1.0
作者
lveyou
日期
23-08-12
注解
安卓不支持glfw

在文件 dl_wrap_glfw.h 中定义.