Table of Contents

Class GraphicsResourceLink

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

A resource allocated by GraphicsResourceAllocator providing allocation informations.

public sealed class GraphicsResourceLink
Inheritance
GraphicsResourceLink

Properties

Gets the access count since last recycle policy was run.

public long AccessCountSinceLastRecycle { get; }

Property Value

long

The access count since last recycle.

Gets the total count of access to this resource (include Increment and Decrement)

public long AccessTotalCount { get; }

Property Value

long

The access total count.

Gets the last time this resource was accessed.

public DateTime LastAccessTime { get; }

Property Value

DateTime

The last access time.

The number of active reference to this resource.

public int ReferenceCount { get; }

Property Value

int

The graphics resource.

public GraphicsResourceBase Resource { get; }

Property Value

GraphicsResourceBase