载入中...
搜索中...
未找到
eve::graphics::GpuIndirectCommand结构体 参考

Indirect draw command; layout identical to VkDrawIndexedIndirectCommand. 更多...

#include <GpuDrivenTypes.h>

Public 属性

uint32_t indexCount = 0
 
uint32_t instanceCount = 0
 
uint32_t firstIndex = 0
 
uint32_t vertexOffset = 0
 
uint32_t firstInstance = 0
 

详细描述

Indirect draw command; layout identical to VkDrawIndexedIndirectCommand.

在文件 GpuDrivenTypes.h64 行定义.

类成员变量说明

◆ firstIndex

uint32_t eve::graphics::GpuIndirectCommand::firstIndex = 0

在文件 GpuDrivenTypes.h67 行定义.

◆ firstInstance

uint32_t eve::graphics::GpuIndirectCommand::firstInstance = 0

在文件 GpuDrivenTypes.h69 行定义.

◆ indexCount

uint32_t eve::graphics::GpuIndirectCommand::indexCount = 0

在文件 GpuDrivenTypes.h65 行定义.

被这些函数引用 eve::graphics::IndirectBuilder::build().

◆ instanceCount

uint32_t eve::graphics::GpuIndirectCommand::instanceCount = 0

在文件 GpuDrivenTypes.h66 行定义.

◆ vertexOffset

uint32_t eve::graphics::GpuIndirectCommand::vertexOffset = 0

在文件 GpuDrivenTypes.h68 行定义.


该结构体的文档由以下文件生成: