Skip to content
Snippets Groups Projects
Commit 566ce73f authored by Jordan Justen's avatar Jordan Justen
Browse files

pack: adjust clamping for int=>ubyte conversion


gles3conform expects than when converting from a signed
int to an unsigned byte, the output will be clamped at a
max of 0x7f. This impacts conversion from
int16_t => uint8_t and int32_t => uint8_t.

Signed-off-by: default avatarJordan Justen <jordan.l.justen@intel.com>
parent 4fd482b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment