Skip to content

Support shadow sampling in non ps

The DirectX opcode SampleCmp is only supported in pixel shaders, for other shaders we must call SampleCmpLevelZero

The same must be done for Sample.

Edited by Gert Wollny

Merge request reports