Struct InputDescription
Describes the options that transforms may set on input textures.
public struct InputDescription
- Inherited Members
Constructors
InputDescription(Filter, int)
Initializes a new instance of InputDescription struct.
public InputDescription(Filter filter, int levelOfDetail)
Parameters
filter
FilterThe type of filter to apply to the input texture
levelOfDetail
intThe mip level to retrieve from the upstream transform, if specified.
Fields
Filter
The type of filter to apply to the input texture.
public Filter Filter
Field Value
LevelOfDetailCount
The mip level to retrieve from the upstream transform, if specified.
public int LevelOfDetailCount