[GPU] 2x1-subsampled texture RGBA8 conversion shader

This commit is contained in:
Triang3l
2022-05-22 21:07:38 +03:00
parent d3561d2f47
commit 888d5044e0
11 changed files with 3033 additions and 2767 deletions

View File

@@ -0,0 +1,12 @@
/**
******************************************************************************
* 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_TO_64BPB XeGBGR8ToRGBA8
#include "texture_load_32bpb_64bpb.xesli"