issues
search
ziglibs
/
zgl
Zig OpenGL Wrapper
MIT License
425
stars
62
forks
source link
Framebuffer cleanup, renderbuffer additions
#66
Closed
Nairou
closed
1 year ago
Nairou
commented
1 year ago
Cleaned up Framebuffer items, to match existing layout
Added Renderbuffer functions
Added
PixelFormat
items to
TextureInternalFormat
, as
glTexImageXX
functions allow both sets for the internal texture format
Added read/draw buffer selection and framebuffer blitting functions
PixelFormat
items toTextureInternalFormat
, asglTexImageXX
functions allow both sets for the internal texture format