MTLRegion.Create3D 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 |
|---|---|
| Create3D(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, IntPtr) | |
| Create3D(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr) |
Create3D(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr, IntPtr)
public static Metal.MTLRegion Create3D(IntPtr x, IntPtr y, IntPtr z, IntPtr width, IntPtr height, IntPtr depth);
static member Create3D : nativeint * nativeint * nativeint * nativeint * nativeint * nativeint -> Metal.MTLRegion
Parameters
- x
-
IntPtr
nativeint
- y
-
IntPtr
nativeint
- z
-
IntPtr
nativeint
- width
-
IntPtr
nativeint
- height
-
IntPtr
nativeint
- depth
-
IntPtr
nativeint
Returns
Applies to
Create3D(UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr, UIntPtr)
public static Metal.MTLRegion Create3D(UIntPtr x, UIntPtr y, UIntPtr z, UIntPtr width, UIntPtr height, UIntPtr depth);
static member Create3D : unativeint * unativeint * unativeint * unativeint * unativeint * unativeint -> Metal.MTLRegion
Parameters
- x
-
UIntPtr
unativeint
- y
-
UIntPtr
unativeint
- z
-
UIntPtr
unativeint
- width
-
UIntPtr
unativeint
- height
-
UIntPtr
unativeint
- depth
-
UIntPtr
unativeint