slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
Public 属性 | 所有成员列表
gfx::VertexStreamDesc结构体 参考

#include <slang-gfx.h>

Public 属性

Size stride
 The stride in bytes for this vertex stream.
 
InputSlotClass slotClass
 Whether the stream contains per-vertex or per-instance data.
 
GfxCount instanceDataStepRate
 How many instances to draw per chunk of data.
 

类成员变量说明

◆ instanceDataStepRate

GfxCount gfx::VertexStreamDesc::instanceDataStepRate

How many instances to draw per chunk of data.

◆ slotClass

InputSlotClass gfx::VertexStreamDesc::slotClass

Whether the stream contains per-vertex or per-instance data.

◆ stride

Size gfx::VertexStreamDesc::stride

The stride in bytes for this vertex stream.


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