|
OpenSceneGraph
3.4.0
|

Public Member Functions | |
| ShaderStorageBufferBinding (GLuint index=0) | |
| ShaderStorageBufferBinding (GLuint index, BufferObject *bo, GLintptr offset, GLsizeiptr size) | |
| Create a binding for a shader storage buffer index target. | |
| ShaderStorageBufferBinding (const ShaderStorageBufferBinding &rhs, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| META_StateAttribute (osg, ShaderStorageBufferBinding, SHADERSTORAGEBUFFERBINDING) | |
| virtual int | compare (const StateAttribute &bb) const |
| Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs. | |
| osg::ShaderStorageBufferBinding::ShaderStorageBufferBinding | ( | GLuint | index = 0 | ) |
| osg::ShaderStorageBufferBinding::ShaderStorageBufferBinding | ( | GLuint | index, |
| BufferObject * | bo, | ||
| GLintptr | offset, | ||
| GLsizeiptr | size | ||
| ) |
Create a binding for a shader storage buffer index target.
| index | the index target |
| bo | associated buffer object |
| offset | offset into buffer object |
| size | size of data in buffer object |
| osg::ShaderStorageBufferBinding::ShaderStorageBufferBinding | ( | const ShaderStorageBufferBinding & | rhs, |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
| ) |
| virtual int osg::ShaderStorageBufferBinding::compare | ( | const StateAttribute & | sa | ) | const [inline, virtual] |
Return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.
Implements osg::StateAttribute.
References COMPARE_StateAttribute_Parameter, and COMPARE_StateAttribute_Types.
| osg::ShaderStorageBufferBinding::META_StateAttribute | ( | osg | , |
| ShaderStorageBufferBinding | , | ||
| SHADERSTORAGEBUFFERBINDING | |||
| ) |
| Generated at Tue Dec 8 2015 00:16:40 for the OpenSceneGraph by doxygen 1.7.6.1. |