[PATCH 3/5] d3d10/effect: Create shaders with stream output when declaration string is present.

Nikolay Sivov nsivov at codeweavers.com
Thu Sep 2 13:53:47 CDT 2021



On 9/2/21 5:25 PM, Matteo Bruni wrote:
> Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
> ---
> It just came to my mind that it's possible to have streamout without a
> geometry shader in d3d10/11 (see
> e.g. CreateGeometryShaderWithStreamOutput() docs). I don't know if
> effects support that but worth a look I guess?
>
ConstructGSWithSO(NULL, "...") doesn't compile, I can tell as much.
Given how badly documentation is lacking, it's best to wait for some
real world examples I suppose.



More information about the wine-devel mailing list