Class MetalBorrowedTextureDescriptor
public sealed class MetalBorrowedTextureDescriptor
- Inheritance
-
MetalBorrowedTextureDescriptor
- Inherited Members
Properties
Extent
public RenderTargetExtent Extent { get; set; }
Property Value
PhysicalHeight
public uint PhysicalHeight { get; set; }
Property Value
PhysicalWidth
Physical texture size in device pixels. The texture is sized by its owner, so this is stated rather than derived from Extent.
public uint PhysicalWidth { get; set; }
Property Value
Texture
public NativePointer Texture { get; set; }