18 Mar
2015
18 Mar
'15
3:22 a.m.
On 18 March 2015 at 08:44, Francois Gouget <fgouget(a)free.fr> wrote:
diff --git a/dlls/d3d10core/tests/device.c b/dlls/d3d10core/tests/device.c index 68012ac..f8a74eb 100644 --- a/dlls/d3d10core/tests/device.c +++ b/dlls/d3d10core/tests/device.c @@ -1238,7 +1238,7 @@ struct gs_out };
[maxvertexcount(4)] -void main(point float4 vin[1] : POSTION, inout TriangleStream<gs_out> vout) +void main(point float4 vin[1] : POSITION, inout TriangleStream<gs_out> vout) In principle this change is correct, but if you do that it no longer matches the shader bytecode.
4012
Age (days ago)
4012
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet