mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 03:28:09 +02:00
more comment
This commit is contained in:
parent
5b807400a8
commit
5205db6a7c
1 changed files with 2 additions and 4 deletions
|
|
@ -3523,10 +3523,8 @@ _mesa_CopyTexSubImage3D( GLenum target, GLint level,
|
|||
|
||||
|
||||
/**
|
||||
* Error checking for glCompressedTexSubImage[123]D().
|
||||
* \warning There are some bad assumptions here about the size of compressed
|
||||
* texture tiles (multiple of 4) used to test the validity of the
|
||||
* offset and size parameters.
|
||||
* First-part of error checking for glCompressedTexSubImage[123]D().
|
||||
* These are the checks which are independent of the destination image.
|
||||
* \return error code or GL_NO_ERROR.
|
||||
*/
|
||||
static GLenum
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue