TextureResidencyInfoclass

Provides information about currently resident textures on the GPU

objectTextureResidencyInfo
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public class Editor.TextureResidencyInfo

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

Properties1

Showing 1 properties

public Sandbox.Texture Editor.TextureResidencyInfo.Texture { get; set; }PUBLICGETSET

Managed wrapper, if one already exists. Weak: a snapshot holding these strongly would keep every listed texture alive, so the viewer could never show anything being freed.

Returns:Texture

On this page