SoBufferObjectAccessModes Enumeration |
This enum provides the possible access modes for a mapped buffer object.
Namespace: OIV.Inventor.Devices
Member name | Value | Description | |
---|---|---|---|
READ_ONLY | 0 | The target buffer initially has the same contents as the source buffer. | |
SET | 1 | The target buffer contents are initially undefined (although they may be the same as the source buffer) but the source buffer will contain the contents of the target buffer after the unmap. | |
READ_WRITE | 2 | The target buffer initially has the same contents as the source buffer and the source buffer will contain the contents of the target buffer after the unmap. |