TSdlGpuTextureSamplerBinding
A record specifying parameters in a sampler binding call.
Definition
Unit: Neslib.Sdl3.Gpu
See Also
Properties
Name | Description |
---|---|
Sampler | The sampler to bind. |
Texture | The texture to bind. Must have been created with TSdlGpuTextureUsage.Sampler. |
Property Descriptions
Sampler
The sampler to bind.
property Sampler: TSdlGpuSampler read GetSampler write SetSampler
Type: TSdlGpuSampler
Texture
The texture to bind. Must have been created with TSdlGpuTextureUsage.Sampler.
property Texture: TSdlGpuTexture read GetTexture write SetTexture
Type: TSdlGpuTexture