This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofShader::TransformFeedbackRangeBinding Struct Reference
#include <ofShader.h>
Public Member Functions | |
TransformFeedbackRangeBinding (const ofBufferObject &buffer, GLuint offset, GLuint size) | |
Public Attributes | |
GLuint | index = 0 |
GLuint | offset = 0 |
GLuint | size |
Friends | |
class | ofShader |
Detailed Description
a range of the buffer will be bound with glBindBufferRange
Constructor & Destructor Documentation
◆ TransformFeedbackRangeBinding()
ofShader::TransformFeedbackRangeBinding::TransformFeedbackRangeBinding | ( | const ofBufferObject & | buffer, |
GLuint | offset, | ||
GLuint | size | ||
) |
Friends And Related Symbol Documentation
◆ ofShader
|
friend |
Member Data Documentation
◆ index
GLuint ofShader::TransformFeedbackRangeBinding::index = 0 |
◆ offset
GLuint ofShader::TransformFeedbackRangeBinding::offset = 0 |
◆ size
GLuint ofShader::TransformFeedbackRangeBinding::size |
The documentation for this struct was generated from the following files:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/gl/ofShader.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/gl/ofShader.cpp