FCT
|
枚举 | |
enum class | CommandBufferLevel { Primary , Secondary } |
enum class | InputRate { PerVertex , PerInstance } |
函数 | |
constexpr vk::VertexInputRate | ToVkVertexInputRate (InputRate rate) |
|
strong |
枚举值 | |
---|---|
Primary | |
Secondary |
在文件 CommandBuffer.h 第 23 行定义.
|
strong |
枚举值 | |
---|---|
PerVertex | |
PerInstance |
在文件 InputLayout.h 第 11 行定义.
|
constexpr |