IMTLDevice.GetSparseTileSize 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 |
|---|---|
| GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr) | |
| GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr, MTLSparsePageSize) |
GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr)
[Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.MTLSize GetSparseTileSize(Metal.MTLTextureType textureType, Metal.MTLPixelFormat pixelFormat, UIntPtr sampleCount);
[<Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint -> Metal.MTLSize
override this.GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint -> Metal.MTLSize
Parameters
- textureType
- MTLTextureType
- pixelFormat
- MTLPixelFormat
- sampleCount
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
GetSparseTileSize(MTLTextureType, MTLPixelFormat, UIntPtr, MTLSparsePageSize)
[Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:sparsePageSize:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.MTLSize GetSparseTileSize(Metal.MTLTextureType textureType, Metal.MTLPixelFormat pixelFormat, UIntPtr sampleCount, Metal.MTLSparsePageSize sparsePageSize);
[<Foundation.Export("sparseTileSizeWithTextureType:pixelFormat:sampleCount:sparsePageSize:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint * Metal.MTLSparsePageSize -> Metal.MTLSize
override this.GetSparseTileSize : Metal.MTLTextureType * Metal.MTLPixelFormat * unativeint * Metal.MTLSparsePageSize -> Metal.MTLSize
Parameters
- textureType
- MTLTextureType
- pixelFormat
- MTLPixelFormat
- sampleCount
-
UIntPtr
unativeint
- sparsePageSize
- MTLSparsePageSize
Returns
- Attributes