Class OpenGLBorrowedTextureDescriptor
public sealed class OpenGLBorrowedTextureDescriptor
- Inheritance
-
OpenGLBorrowedTextureDescriptor
- Inherited Members
Properties
Context
public OpenGLContextDescriptor? Context { get; set; }
Property Value
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
Target
public uint Target { get; set; }
Property Value
Texture
public uint Texture { get; set; }