Home -> ITextureSampler1DArray
Declaration
class ITextureSampler1DArray :public ITextureSampler;Description
The ITextureSampler1DArray interface represents a sampler for performing texture lookups from ITextureBuffer1DArray resources in a shader.
Enumerations
| Name | Description | |
|---|---|---|
| WrapMode |
Defines the way texture coordinates are wrapped during sampling
|
|
| FilterMode |
Defines the filter mode to use during sampling
|
|
| MipmapMode |
Defines the mipmap mode to use during sampling
|
Members
Initialization methods
| Name | Description | |
|---|---|---|
| Delete |
Schedules the object for deletion. After calling this method, the object will be destroyed after the current
frame completes drawing.
|
Format methods
| Name | Description | |
|---|---|---|
| SetTextureWrapMode |
Specifies the wrap mode to use when sampling from the texture
|
|
| SetTextureFilterMode |
Specifies the filter mode to use when sampling from the texture
|
|
| SetTextureMipmapMode |
Specifies the filter mode to use when sampling from the texture
|
|
| SetMipmapLevelMapping |
Adjusts the way mipmap levels are used by the sampler
|