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

gl33_shaderは、renderer backendがシェーダー機能をOpenGL3.3で実現できるように、renderer_shader_vtable_tのOpenGL3.3具体実装を提供する More...

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

Go to the source code of this file.

Functions

const renderer_shader_vtable_tgl33_shader_vtable_get (void)
 OpenGL3.3用シェーダー仮想関数テーブル(vtable)を取得する
 

Detailed Description

gl33_shaderは、renderer backendがシェーダー機能をOpenGL3.3で実現できるように、renderer_shader_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_shader_vtable_get()

const renderer_shader_vtable_t * gl33_shader_vtable_get ( void  )

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

Returns
const renderer_shader_vtable_t* OpenGL3.3用シェーダーvtable