Struct TextureSamplerPair
The texture and sampler pair.
Namespace: Evergine.Framework.Assets.GltfModel
Assembly: Evergine.Framework.dll
Syntax
public struct TextureSamplerPair
Fields
SamplerID
The sampler.
Declaration
public Guid SamplerID
Field Value
| Type | Description |
|---|---|
| Guid |
TextureID
The texture.
Declaration
public Guid TextureID
Field Value
| Type | Description |
|---|---|
| Guid |