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

gl33_vboは、renderer backendがVBO機能をOpenGL3.3で実現できるように、renderer_vbo_vtable_tのOpenGL3.3具体実装を提供する More...

Include dependency graph for concrete_vbo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Detailed Description

gl33_vboは、renderer backendがVBO機能をOpenGL3.3で実現できるように、renderer_vbo_vtable_tのOpenGL3.3具体実装を提供する

Author
chocolate-pie24
Version
0.1
Date
2026-01-03
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