GL CHOCO ENGINE
Loading...
Searching...
No Matches
concrete_vbo.h
Go to the documentation of this file.
1
17#ifndef GLCE_ENGINE_RENDERER_RENDERER_BACKEND_RENDERER_BACKEND_CONCRETES_GL33_CONCRETE_VBO_H
18#define GLCE_ENGINE_RENDERER_RENDERER_BACKEND_RENDERER_BACKEND_CONCRETES_GL33_CONCRETE_VBO_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include <stddef.h>
25
27
34
35#ifdef __cplusplus
36}
37#endif
38#endif
const renderer_vbo_vtable_t * gl33_vbo_vtable_get(void)
OpenGL3.3用VBO仮想関数テーブル(vtable)を取得する
Definition: concrete_vbo.c:76
VBOモジュールが提供する機能をグラフィックスAPIによって差し替え可能な仮想関数テーブルを提供する
VBO機能仮想関数テーブル
Definition: interface_vbo.h:108