Skip to content

vkd3d-shader/hlsl: Add determinant() function.

Nikolay Sivov requested to merge nsivov/vkd3d:det into master

I wanted to use ._xy element access to make it shorter, but that attempt was crushed by the reality - such indexing apparently compiles but does not produce correct element access loads. I'm going to update once this is fixed.

Merge request reports

Loading