Skip to content

vke.Resource

Jean-Philippe Bruyère edited this page Feb 2, 2020 · 1 revision

Abstract base class for Images and Buffers resources.

namespace: vke

Inheritance Hierarchy

Syntax

public class Resource : Activable

Constructors

prototype description

Properties

name description
IsLinar Boolean indicating if used memory for the resource is linear.

Methods

prototype description
void Flush() __
void Map(ulong offset=0) __
void Unmap() __
void Update(object data, ulong size, ulong offset=0) __

Events

name description
Clone this wiki locally