Class VulkanBorrowedTextureDescriptor
public sealed class VulkanBorrowedTextureDescriptor
- Inheritance
-
VulkanBorrowedTextureDescriptor
- Inherited Members
Properties
Context
public VulkanContextDescriptor? Context { get; set; }
Property Value
Extent
public RenderTargetExtent Extent { get; set; }
Property Value
FinalLayout
public uint FinalLayout { get; set; }
Property Value
Format
public uint Format { get; set; }
Property Value
Image
public NativePointer Image { get; set; }
Property Value
ImageView
public NativePointer ImageView { get; set; }
Property Value
InitialLayout
public uint InitialLayout { get; set; }
Property Value
PhysicalHeight
public uint PhysicalHeight { get; set; }
Property Value
PhysicalWidth
Physical image size in device pixels. The image is sized by its owner, so this is stated rather than derived from Extent.
public uint PhysicalWidth { get; set; }