-
-
Notifications
You must be signed in to change notification settings - Fork 3
vke.Resource
Jean-Philippe Bruyère edited this page Feb 2, 2020
·
1 revision
Abstract base class for Images and Buffers resources.
namespace: vke
public class Resource : Activable
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
![]() |
IsLinar |
Boolean indicating if used memory for the resource is linear. |
⬜ | prototype | description |
---|---|---|
![]() |
void Flush() |
__ |
![]() |
void Map(ulong offset=0) |
__ |
![]() |
void Unmap() |
__ |
![]() |
void Update(object data, ulong size, ulong offset=0) |
__ |
⬜ | name | description |
---|