Skip to content

Commit c1a8833

Browse files
committed
wrapper: add some helpful doccomments
1 parent 28f29fb commit c1a8833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wrapper.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,7 @@ pub fn Wrap(comptime bindings: anytype) type {
15721572
level: u32,
15731573
internal_format: InternalFormat,
15741574
width: u32,
1575+
/// Deprecated since OpenGL 3.0
15751576
border: bool = false,
15761577
format: PixelFormat,
15771578
pixel_type: PixelType,
@@ -1606,6 +1607,7 @@ pub fn Wrap(comptime bindings: anytype) type {
16061607
internal_format: InternalFormat,
16071608
width: u32,
16081609
height: u32,
1610+
/// Deprecated since OpenGL 3.0
16091611
border: bool = false,
16101612
format: PixelFormat,
16111613
pixel_type: PixelType,

0 commit comments

Comments
 (0)