SoShaderParameterImageAccessModes Enumeration |
Image access modes.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
READ | 0 | The shader can only read from the image. | |
WRITE | 1 | The shader can only write to the image. | |
READ_WRITE | 2 | The shader can read from and can write to the image. |