Api Editor TextureResidencyInfo
struct

TextureResidencyInfo

public sealed struct TextureResidencyInfo

Provides information about currently resident textures on the GPU

Methods

static IEnumerable<TextureResidencyInfo> GetAll()

Get info about all resident textures

Fields

Name Type Description
Name String
Dimension TextureDimension
Format ImageFormat
Loaded Desc
Disk Desc
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.TextureResidencyInfo