MTLRegion.Create2D Method
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.
Overloads
| Name | Description |
|---|---|
| Create2D(IntPtr, IntPtr, IntPtr, IntPtr) | |
| Create2D(UIntPtr, UIntPtr, UIntPtr, UIntPtr) |
Create2D(IntPtr, IntPtr, IntPtr, IntPtr)
Create2D(UIntPtr, UIntPtr, UIntPtr, UIntPtr)
public static Metal.MTLRegion Create2D(UIntPtr x, UIntPtr y, UIntPtr width, UIntPtr height);
static member Create2D : unativeint * unativeint * unativeint * unativeint -> Metal.MTLRegion
Parameters
- x
-
UIntPtr
unativeint
- y
-
UIntPtr
unativeint
- width
-
UIntPtr
unativeint
- height
-
UIntPtr
unativeint