mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
VideoCommon: Provide raw texdims to shaders
This commit is contained in:
parent
a273b65566
commit
9ef228503a
4 changed files with 17 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue