summaryrefslogtreecommitdiff
path: root/opengl-bindings/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-29 18:43:48 +0200
committerHampusM <hampus@hampusmat.com>2026-08-29 18:43:48 +0200
commitf6f723ed3ed9e72cbd0cad9dddb3ba2f23ece82c (patch)
tree29b3a3e3e9c3ece9722664f4a887fb00a2d5594e /opengl-bindings/Cargo.toml
parentbe94cec078e86e643f52f0f3041a98b36e43ec8b (diff)
feat(opengl-bindings): add framebuffer object support
Diffstat (limited to 'opengl-bindings/Cargo.toml')
-rw-r--r--opengl-bindings/Cargo.toml8
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",
]