Skip to content

vkd3d-shader: Introduce instruction sets.

Right now they describe which opcode are available, and the only special case is SM1 which has a lot of instructions that most backends do not support. Eventually it could be used e.g. for forbidding DCL_* instructions in programs where all the relevant data is already represented in the VSIR program (once this is possible).

Merge request reports

Loading