mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
tests: Fix shader code indentation.
This commit is contained in:
parent
94e2c424e9
commit
942ca6b2bd
@ -7872,7 +7872,7 @@ static void test_descriptor_tables(void)
|
||||
float2 p = float2(position.x / 32.0f, position.y / 32.0f);
|
||||
|
||||
return c.x * t0.Sample(s0, p) + c.y * t1.Sample(s0, p)
|
||||
+ c.z * t2.Sample(s0, p) + c.w * t3.Sample(s0, p);
|
||||
+ c.z * t2.Sample(s0, p) + c.w * t3.Sample(s0, p);
|
||||
}
|
||||
#endif
|
||||
0x43425844, 0xf848ef5f, 0x4da3fe0c, 0x776883a0, 0x6b3f0297, 0x00000001, 0x0000029c, 0x00000003,
|
||||
|
Loading…
Reference in New Issue
Block a user