Graphics
v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
Public 类型
|
所有成员列表
PipelineLayout::StageFlags结构体 参考
Public 类型
enum
{
Vertex
= 1 << 0 ,
Geometry
= 1 << 1 ,
Fragment
= 1 << 2 ,
Compute
= 1 << 3 }
成员枚举类型说明
◆
anonymous enum
anonymous enum
枚举值
Vertex
参见
Shader::Stage::Vertex
Geometry
参见
Shader::Stage::Geometry
Fragment
参见
Shader::Stage::Fragment
Compute
参见
Shader::Stage::Compute
该结构体的文档由以下文件生成:
/github/workspace/src/
PipelineLayout.h
PipelineLayout
StageFlags
制作者
1.9.5