ComputeBufferAccess Enumeration |
Namespace: Internal.SharpBgfx
public enum ComputeBufferAccess
Member name | Value | Description | |
---|---|---|---|
Read | 0 | The buffer can only be read. | |
Write | 1 | The buffer can only be written to. | |
ReadWrite | 2 | The buffer can be read and written. |