Struct TextureSlot
Texture sampler class.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public struct TextureSlot
Fields
StructuredBuffer
Structured Buffer.
Declaration
public Buffer StructuredBuffer
Field Value
Type | Description |
---|---|
Buffer |
StructuredBufferInfo
Structured Buffer Info.
Declaration
public StructuredBufferInfo StructuredBufferInfo
Field Value
Type | Description |
---|---|
StructuredBufferInfo |
Texture
The texture.
Declaration
public Texture Texture
Field Value
Type | Description |
---|---|
Texture |
TextureInfo
Texture info.
Declaration
public TextureInfo TextureInfo
Field Value
Type | Description |
---|---|
TextureInfo |