MTLRasterizationRateMapDescriptor.Create 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 |
|---|---|
| Create(MTLSize) | |
| Create(MTLSize, MTLRasterizationRateLayerDescriptor) | |
| Create(MTLSize, UIntPtr, MTLRasterizationRateLayerDescriptor) |
Create(MTLSize)
[Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.MTLRasterizationRateMapDescriptor Create(Metal.MTLSize screenSize);
[<Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.MTLSize -> Metal.MTLRasterizationRateMapDescriptor
Parameters
- screenSize
- MTLSize
Returns
- Attributes
Applies to
Create(MTLSize, MTLRasterizationRateLayerDescriptor)
[Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:layer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.MTLRasterizationRateMapDescriptor Create(Metal.MTLSize screenSize, Metal.MTLRasterizationRateLayerDescriptor layer);
[<Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:layer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.MTLSize * Metal.MTLRasterizationRateLayerDescriptor -> Metal.MTLRasterizationRateMapDescriptor
Parameters
- screenSize
- MTLSize
Returns
- Attributes
Applies to
Create(MTLSize, UIntPtr, MTLRasterizationRateLayerDescriptor)
[Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:layerCount:layers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Metal.MTLRasterizationRateMapDescriptor Create(Metal.MTLSize screenSize, UIntPtr layerCount, out Metal.MTLRasterizationRateLayerDescriptor layers);
[<Foundation.Export("rasterizationRateMapDescriptorWithScreenSize:layerCount:layers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.MTLSize * unativeint * MTLRasterizationRateLayerDescriptor -> Metal.MTLRasterizationRateMapDescriptor
Parameters
- screenSize
- MTLSize
- layerCount
-
UIntPtr
unativeint
Returns
- Attributes