MTLSamplePosition Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A sample position.
public struct MTLSamplePosition
type MTLSamplePosition = struct
- Inheritance
-
MTLSamplePosition
Constructors
MTLSamplePosition(Single, Single) |
Creates a new normalized sample position. |
Fields
X |
The X value, in the range [0.0, 1.0). |
Y |
The Y value, in the range [0.0, 1.0). |