Files
Xenia-Canary/src/xenia/gpu/shaders/texture_load_r4g4b4a4_a4r4g4b4.cs.xesl

13 lines
617 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_16BPB_TRANSFORM XeR4G4B4A4ToA4R4G4B4
#include "texture_load_16bpb.xesli"