Skip to content

Commit

Permalink
Correct typo in glGetProgramResourceName loader (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fincap authored Dec 18, 2024
1 parent 745a731 commit 4289bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zopengl.zig
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ pub fn loadCoreProfile(loader: LoaderFn, major: u32, minor: u32) !void {
try load("glMultiDrawElementsIndirect", .{&bindings.multiDrawElementsIndirect});
try load("glGetProgramInterfaceiv", .{&bindings.getProgramInterfaceiv});
try load("glGetProgramResourceIndex", .{&bindings.getProgramResourceIndex});
try load("glGetPrtgramResourceName", .{&bindings.getProgramResourceName});
try load("glGetProgramResourceName", .{&bindings.getProgramResourceName});
try load("glGetProgramResourceiv", .{&bindings.getProgramResourceiv});
try load("glGetProgramResourceLocation", .{&bindings.getProgramResourceLocation});
try load("glGetProgramResourceLocationIndex", .{&bindings.getProgramResourceLocationIndex});
Expand Down

0 comments on commit 4289bf7

Please sign in to comment.