mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-17 09:21:59 +08:00
render: Fix Xbox Series X|S shader include paths
This commit is contained in:
committed by
Sam Lantinga
parent
c15b6a1457
commit
730fe555ac
@@ -49,11 +49,11 @@
|
||||
#undef g_main
|
||||
|
||||
#define g_main D3D12_PixelShader_Textures_PQ
|
||||
#include "D3D12_PixelShader_Textures_Series_PQ.h"
|
||||
#include "D3D12_PixelShader_Textures_PQ_Series.h"
|
||||
#undef g_main
|
||||
|
||||
#define g_main D3D12_PixelShader_Textures_Simple
|
||||
#include "D3D12_PixelShader_Textures_Series_Simple.h"
|
||||
#include "D3D12_PixelShader_Textures_Simple_Series.h"
|
||||
#undef g_main
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user