diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-04 17:54:01 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-04 17:54:01 +0200 |
| commit | 604ab28401f4238d0b905479877f64d0d386730f (patch) | |
| tree | 5f6b0ad252cac2342b1f7932024e0bf1c8db286c /opengl-bindings/Cargo.toml | |
| parent | 977c22a5118d26374017b61a329124ae9381557f (diff) | |
fix(opengl-bindings): create initialized framebuffer objects
Diffstat (limited to 'opengl-bindings/Cargo.toml')
| -rw-r--r-- | opengl-bindings/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl-bindings/Cargo.toml b/opengl-bindings/Cargo.toml index e46a818..ca8a400 100644 --- a/opengl-bindings/Cargo.toml +++ b/opengl-bindings/Cargo.toml @@ -72,7 +72,7 @@ gl_commands = [ "Scissor", "DepthFunc", "PixelStorei", - "GenFramebuffers", + "CreateFramebuffers", "DeleteFramebuffers", "NamedFramebufferTexture", "BindFramebuffer", |
