Skip to content

Commit 4289bf7

Browse files
authored
Correct typo in glGetProgramResourceName loader (#5)
1 parent 745a731 commit 4289bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/zopengl.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ pub fn loadCoreProfile(loader: LoaderFn, major: u32, minor: u32) !void {
642642
try load("glMultiDrawElementsIndirect", .{&bindings.multiDrawElementsIndirect});
643643
try load("glGetProgramInterfaceiv", .{&bindings.getProgramInterfaceiv});
644644
try load("glGetProgramResourceIndex", .{&bindings.getProgramResourceIndex});
645-
try load("glGetPrtgramResourceName", .{&bindings.getProgramResourceName});
645+
try load("glGetProgramResourceName", .{&bindings.getProgramResourceName});
646646
try load("glGetProgramResourceiv", .{&bindings.getProgramResourceiv});
647647
try load("glGetProgramResourceLocation", .{&bindings.getProgramResourceLocation});
648648
try load("glGetProgramResourceLocationIndex", .{&bindings.getProgramResourceLocationIndex});

0 commit comments

Comments
 (0)