GL CHOCO ENGINE
Loading...
Searching...
No Matches
platform_glfw.c File Reference

GLFW APIで実装されたプラットフォームシステムAPIの実装 More...

Include dependency graph for platform_glfw.c:

Data Structures

struct  input_snapshot
 入力状態格納構造体 More...
 
struct  platform_backend
 GLFWプラットフォーム内部状態管理構造体 More...
 

Typedefs

typedef struct input_snapshot input_snapshot_t
 入力状態格納構造体
 

Functions

const platform_vtable_tplatform_glfw_vtable_get (void)
 GLFWプラットフォームを使用する際の仮想関数テーブルを取得する
 

Detailed Description

GLFW APIで実装されたプラットフォームシステムAPIの実装

Author
chocolate-pie24
Todo:

glfwSetErrorCallback

glfwSwapInterval

Version
0.1
Date
2025-10-14
License
MIT License. See LICENSE file in the project root for full license text.

Typedef Documentation

◆ input_snapshot_t

入力状態格納構造体

Function Documentation

◆ platform_glfw_vtable_get()

const platform_vtable_t * platform_glfw_vtable_get ( void  )

GLFWプラットフォームを使用する際の仮想関数テーブルを取得する

Note
vtableの詳細は platform_vtable_t を参照
Returns
const platform_vtable_t* 仮想関数テーブル