X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Farb_uniform_buffer_object.h;h=1b8ced53b508837dd45f8707a91e2ac6d11c65a5;hb=c21d4de686e7abd51b0a779af00f06ce459e18d6;hp=e53b1f2921ffed7d3117dd8ac899d91a59721f56;hpb=5f8bc38419379b7d47aa69cb68d380728f5ee26f;p=libs%2Fgl.git diff --git a/source/arb_uniform_buffer_object.h b/source/arb_uniform_buffer_object.h index e53b1f29..1b8ced53 100644 --- a/source/arb_uniform_buffer_object.h +++ b/source/arb_uniform_buffer_object.h @@ -14,6 +14,8 @@ extern PFNGLGETUNIFORMBLOCKINDEXPROC glGetUniformBlockIndex; extern PFNGLGETACTIVEUNIFORMBLOCKIVPROC glGetActiveUniformBlockiv; extern PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC glGetActiveUniformBlockName; extern PFNGLUNIFORMBLOCKBINDINGPROC glUniformBlockBinding; +extern PFNGLBINDBUFFERBASEPROC glBindBufferBase; +extern PFNGLBINDBUFFERRANGEPROC glBindBufferRange; void init_arb_uniform_buffer_object();