|
slot 0.0.1
A real time UI render framework
|
#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. | |
| GfxCount gfx::VertexStreamDesc::instanceDataStepRate |
How many instances to draw per chunk of data.
| InputSlotClass gfx::VertexStreamDesc::slotClass |
Whether the stream contains per-vertex or per-instance data.
| Size gfx::VertexStreamDesc::stride |
The stride in bytes for this vertex stream.