14 lines
662 B
Plaintext
14 lines
662 B
Plaintext
/**
|
|
******************************************************************************
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
******************************************************************************
|
|
* Copyright 2022 Ben Vanik. All rights reserved. *
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
******************************************************************************
|
|
*/
|
|
|
|
#include "pixel_formats.xesli"
|
|
#define XE_TEXTURE_LOAD_32BPB_TRANSFORM(blocks) \
|
|
(xesl_floatBitsToUint(XeUNorm24To32((blocks) >> 8u)))
|
|
#include "texture_load_32bpb.xesli"
|