We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f29fb commit c1a8833Copy full SHA for c1a8833
src/wrapper.zig
@@ -1572,6 +1572,7 @@ pub fn Wrap(comptime bindings: anytype) type {
1572
level: u32,
1573
internal_format: InternalFormat,
1574
width: u32,
1575
+ /// Deprecated since OpenGL 3.0
1576
border: bool = false,
1577
format: PixelFormat,
1578
pixel_type: PixelType,
@@ -1606,6 +1607,7 @@ pub fn Wrap(comptime bindings: anytype) type {
1606
1607
1608
1609
height: u32,
1610
1611
1612
1613
0 commit comments