Files
vkd3d/tests/hlsl
Anna (navi) Figueiredo Gomes 13ee6d74ad vkd3d-shader/hlsl: Store statically initialized constant scalars/vectors in ctx->static_initializers.
Constant numeric local variables can be used in places were literals are
expected if they're initialized with a static expression.

Storing such constant in ctx->static_initializers allows copy-prop to
handle such cases properly.
2025-11-24 17:09:15 +01:00
..
2024-07-11 17:02:53 +02:00
2024-07-24 16:08:10 +02:00