-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set PixelUnpackState to match serialized data for GL Tex APIs
The pixel data has been serialized as pure bytes with no padding or packing. It was already handled in: glTexSubImage1D glTexSubImage2D glTexSubImage3D glCompressedTexSubImage1D glCompressedTexSubImage2D glCompressedTexSubImage1D Apply the same handling to: glTexImage1D glTexImage2D glTexImage3D glCompressedTexImage1D glCompressedTexImage2D glCompressedTexImage3D These APIs do not handle a non-zero offset with the GL_PIXEL_UNPACK_BUFFER
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters