From 9d668bdfad1db86e7132d23913e74ca40aa08da4 Mon Sep 17 00:00:00 2001 From: Marcin Nowak Date: Mon, 9 Oct 2023 23:09:55 +0200 Subject: [PATCH 1/2] Fix buffers -> strides typo in glBindVertexBuffers gl4 --- gl4/glBindVertexBuffers.xml | 2 +- gl4/html/glBindVertexBuffers.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gl4/glBindVertexBuffers.xml b/gl4/glBindVertexBuffers.xml index 1ba017a0..2443c634 100644 --- a/gl4/glBindVertexBuffers.xml +++ b/gl4/glBindVertexBuffers.xml @@ -84,7 +84,7 @@ - buffers + strides Specifies the address of an array of strides to diff --git a/gl4/html/glBindVertexBuffers.xhtml b/gl4/html/glBindVertexBuffers.xhtml index 295d5f29..42a39ace 100644 --- a/gl4/html/glBindVertexBuffers.xhtml +++ b/gl4/html/glBindVertexBuffers.xhtml @@ -154,7 +154,7 @@
- buffers + strides
From edbea384841092f3e1541dce64c9c5ed04188b5c Mon Sep 17 00:00:00 2001 From: Marcin Nowak Date: Mon, 9 Oct 2023 23:10:11 +0200 Subject: [PATCH 2/2] Add missing zoffset to glCompressedTexSubImage3D gl4 --- gl4/glCompressedTexSubImage3D.xml | 9 +++++++++ gl4/html/glCompressedTexSubImage3D.xhtml | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/gl4/glCompressedTexSubImage3D.xml b/gl4/glCompressedTexSubImage3D.xml index 9379bb33..ab7ff900 100644 --- a/gl4/glCompressedTexSubImage3D.xml +++ b/gl4/glCompressedTexSubImage3D.xml @@ -105,6 +105,15 @@
+ + zoffset + + + Specifies a texel offset in the z direction within the texture + array. + + + width diff --git a/gl4/html/glCompressedTexSubImage3D.xhtml b/gl4/html/glCompressedTexSubImage3D.xhtml index 6ca7244e..9acd5c0c 100644 --- a/gl4/html/glCompressedTexSubImage3D.xhtml +++ b/gl4/html/glCompressedTexSubImage3D.xhtml @@ -188,6 +188,17 @@

Specifies a texel offset in the y direction within the texture + array.

+
+
+ + + zoffset + + +
+
+

Specifies a texel offset in the z direction within the texture array.