You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, only data has been updated to use zig types. The other parameters should use zig types such as u32, i32, etc. The same treatment should be given to the whole API.
The text was updated successfully, but these errors were encountered:
rdunnington
changed the title
Update all functions to use zig native types instead of openGL types
GLES: Update all functions to use zig native types instead of openGL types
Nov 30, 2023
While some bindings have been partially updated to use zig types such as slices,
bool
, andu8
, all other types remain GL types. For example:In this example, only
data
has been updated to use zig types. The other parameters should use zig types such as u32, i32, etc. The same treatment should be given to the whole API.The text was updated successfully, but these errors were encountered: