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

OpenGL固有の型やAPIを使用せず、VBOを使用するためのラッパーAPIの実装 More...

Include dependency graph for concrete_vbo.c:

Data Structures

struct  renderer_backend_vbo
 VBOモジュール内部状態管理構造体 More...
 

Functions

const renderer_vbo_vtable_tgl33_vbo_vtable_get (void)
 OpenGL3.3用VBO仮想関数テーブル(vtable)を取得する
 

Detailed Description

OpenGL固有の型やAPIを使用せず、VBOを使用するためのラッパーAPIの実装

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

Function Documentation

◆ gl33_vbo_vtable_get()

const renderer_vbo_vtable_t * gl33_vbo_vtable_get ( void  )

OpenGL3.3用VBO仮想関数テーブル(vtable)を取得する

Returns
const renderer_vbo_vtable_t* OpenGL3.3用VBO vtable