GL CHOCO ENGINE
Loading...
Searching...
No Matches
concrete_vao.h
Go to the documentation of this file.
1
17#ifndef GLCE_ENGINE_RENDERER_RENDERER_BACKEND_RENDERER_BACKEND_CONCRETES_GL33_CONCRETE_VAO_H
18#define GLCE_ENGINE_RENDERER_RENDERER_BACKEND_RENDERER_BACKEND_CONCRETES_GL33_CONCRETE_VAO_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
25
32
33#ifdef __cplusplus
34}
35#endif
36#endif
const renderer_vao_vtable_t * gl33_vao_vtable_get(void)
OpenGL3.3用VAO仮想関数テーブル(vtable)を取得する
Definition: concrete_vao.c:79
VAOモジュールが提供する機能をグラフィックスAPIによって差し替え可能な仮想関数テーブルを提供する
VAO機能仮想関数テーブル
Definition: interface_vao.h:113