Raygui wrapper lib.
This commit is contained in:
5
src/gl.c
5
src/gl.c
@@ -55,10 +55,11 @@ int lglBlitFramebuffer( lua_State *L ) {
|
||||
dstRect.x, dstRect.y, dstRect.width, dstRect.height,
|
||||
mask,
|
||||
filter
|
||||
// GL_COLOR_BUFFER_BIT, // mask
|
||||
// GL_NEAREST // filter
|
||||
);
|
||||
|
||||
glBindFramebuffer( GL_READ_FRAMEBUFFER, 0 );
|
||||
glBindFramebuffer( GL_DRAW_FRAMEBUFFER, 0 );
|
||||
|
||||
lua_pushboolean( L, true );
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user