|
slot 0.0.1
A real time UI render framework
|
#include <slang-gfx.h>
Public 属性 | |
| char const * | semanticName |
| The name of the corresponding parameter in shader code. | |
| GfxIndex | semanticIndex |
| Format | format |
| The format of the data being fetched for this element. | |
| Offset | offset |
| GfxIndex | bufferSlotIndex |
| The index of the vertex stream to fetch this element's data from. | |
| GfxIndex gfx::InputElementDesc::bufferSlotIndex |
The index of the vertex stream to fetch this element's data from.
| Format gfx::InputElementDesc::format |
The format of the data being fetched for this element.
| Offset gfx::InputElementDesc::offset |
The offset in bytes of this element from the start of the corresponding chunk of vertex stream data.
| GfxIndex gfx::InputElementDesc::semanticIndex |
The index of the corresponding parameter in shader code. Only needed if multiple parameters share a semantic name.
| char const* gfx::InputElementDesc::semanticName |
The name of the corresponding parameter in shader code.