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

GLFW APIで実装されたプラットフォームシステムAPIを提供する More...

#include <stdbool.h>
#include "engine/platform/platform_interface.h"
Include dependency graph for platform_glfw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Detailed Description

GLFW APIで実装されたプラットフォームシステムAPIを提供する

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

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* 仮想関数テーブル