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

#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.
 

类成员变量说明

◆ bufferSlotIndex

GfxIndex gfx::InputElementDesc::bufferSlotIndex

The index of the vertex stream to fetch this element's data from.

◆ format

Format gfx::InputElementDesc::format

The format of the data being fetched for this element.

◆ offset

Offset gfx::InputElementDesc::offset

The offset in bytes of this element from the start of the corresponding chunk of vertex stream data.

◆ semanticIndex

GfxIndex gfx::InputElementDesc::semanticIndex

The index of the corresponding parameter in shader code. Only needed if multiple parameters share a semantic name.

◆ semanticName

char const* gfx::InputElementDesc::semanticName

The name of the corresponding parameter in shader code.


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