From f6f723ed3ed9e72cbd0cad9dddb3ba2f23ece82c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 29 Aug 2026 18:43:48 +0200 Subject: feat(opengl-bindings): add framebuffer object support --- opengl-bindings/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'opengl-bindings/Cargo.toml') 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", ] -- cgit v1.2.3-18-g5258