Interface IGpuTexture
Represents a GPU texture that can be used as a render target.
public interface IGpuTexture : IDisposable
- Inherited Members
Properties
Height
Gets the height of the texture in pixels.
int Height { get; }
Property Value
Width
Gets the width of the texture in pixels.
int Width { get; }