ziglibs / zgl

Zig OpenGL Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program.uniform1i function name conflict

Sirius902 opened this issue · comments

The global pub fn uniform1i(location: ?u32, value: i32) void function is conflicting (due to a redefinition error) with Program.uniform1i which means calling the latter is a compile error.

This is resolable by extracting the types into their own files, which should be done at a point