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

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

Include dependency graph for concrete_vao.c:

Data Structures

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

Functions

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

Detailed Description

OpenGL固有の型やAPIを使用せず、VAOを使用するためのラッパー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_vao_vtable_get()

const renderer_vao_vtable_t * gl33_vao_vtable_get ( void  )

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

Returns
const renderer_vao_vtable_t* OpenGL3.3用VAO vtable