Skip to content

vkd3d-shader/tpf: Compile HLSL to tpf through vsir, part 9.

This part mainly consists on storing the sampler, and texture and UAV declarations in the vsir program. Some global flags are also moved.

The next part finishes the translation, storing the constant buffer declarations in the vsir program and removing all remaining uses of hlsl_ctx in tpf_compile().

Merge request reports

Loading