main: Added entry point for glCreateRenderbuffers
v2: - refactor bindRenderBuffer and create_render_buffers to fix an assertion Reviewed-by: Laura Ekstrand <laura@jlekstrand.net> Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
This commit is contained in:
@@ -152,6 +152,13 @@
|
||||
<param name="data" type="GLvoid *" />
|
||||
</function>
|
||||
|
||||
<!-- Renderbuffer object functions -->
|
||||
|
||||
<function name="CreateRenderbuffers" offset="assign">
|
||||
<param name="n" type="GLsizei" />
|
||||
<param name="renderbuffers" type="GLuint *" />
|
||||
</function>
|
||||
|
||||
<!-- Texture object functions -->
|
||||
|
||||
<function name="CreateTextures" offset="assign">
|
||||
|
||||
Reference in New Issue
Block a user