[GPU] XeSL texture load shaders + minor XeSL cleanup
This commit is contained in:
13
src/xenia/gpu/shaders/texture_load_dxt3aas1111_argb4.cs.xesl
Normal file
13
src/xenia/gpu/shaders/texture_load_dxt3aas1111_argb4.cs.xesl
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
******************************************************************************
|
||||
* 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_DXT3A_AS_1_1_1_1_TO_16BPP \
|
||||
XeDXT3AAs1111TwoBlocksRowToARGB4
|
||||
#include "texture_load_dxt3aas1111.xesli"
|
||||
Reference in New Issue
Block a user