mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Provide raw texdims to shaders
This commit is contained in:
@ -21,7 +21,7 @@ struct PixelShaderConstants
|
||||
std::array<int4, 4> colors;
|
||||
std::array<int4, 4> kcolors;
|
||||
int4 alpha;
|
||||
std::array<float4, 8> texdims;
|
||||
std::array<uint4, 8> texdims;
|
||||
std::array<int4, 2> zbias;
|
||||
std::array<int4, 2> indtexscale;
|
||||
std::array<int4, 6> indtexmtx;
|
||||
|
Reference in New Issue
Block a user