SoGpuBufferObjectBufferAccessNatures Enumeration |
Available values for hints on the nature of the application's access to the buffer.
Namespace: OIV.Inventor.Devices
Member name | Value | Description | |
---|---|---|---|
SHARED | 0 | The application will be writing data to the buffer, but will not read it. | |
DEVICE | 1 | The application will be neither writing nor reading the data. Only GPU commands will interact with the buffer. This is typically used when a buffer object is used to pass data from one place to another on GPU side. |
They indicate whether the application will be directly reading or writing the buffer's data.