Table of Contents

Interface IGpuTexture

Namespace
Xui.GPU.Hardware
Assembly
Xui.Core.dll

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

int

Width

Gets the width of the texture in pixels.

int Width { get; }

Property Value

int