diff options
Diffstat (limited to 'opengl-bindings/Cargo.toml')
| -rw-r--r-- | opengl-bindings/Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index 4d9d4e0..e46a818 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -71,5 +71,11 @@ gl_commands = [ "BlendEquation", "Scissor", "DepthFunc", - "PixelStorei" + "PixelStorei", + "GenFramebuffers", + "DeleteFramebuffers", + "NamedFramebufferTexture", + "BindFramebuffer", + "NamedFramebufferDrawBuffer", + "NamedFramebufferReadBuffer", ] |
