mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
comment about byteswapping in _mesa_unpack_depth_span()
This commit is contained in:
parent
f76ff7e4a7
commit
95174c4eb2
1 changed files with 1 additions and 0 deletions
|
|
@ -3849,6 +3849,7 @@ _mesa_unpack_depth_span( const GLcontext *ctx, GLuint n,
|
|||
depthValues = depthTemp;
|
||||
}
|
||||
|
||||
/* XXX we need to obey srcPacking->SwapBytes here!!! */
|
||||
(void) srcPacking;
|
||||
|
||||
switch (srcType) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue