068eb3ebda
... overloads for texture cube arrays
FXC is telling porkies, when it says "The array element count
of GetDimensions on TextureCubeArray objects is unavailable
on ps_5_1".
The actual issue, as identified by Teodor Tanasoaia at Mozilla,
is that the argument needs to be unsigned.
In fact, *all* the texture queries should have used an unsigned
scalar or vector for the output value. This has been broken
forever!
This reverts commit
|
||
---|---|---|
.. | ||
depth_ms.spvasm | ||
depth_ms.spvasm.expected.dxc.hlsl | ||
depth_ms.spvasm.expected.fxc.hlsl | ||
depth_ms.spvasm.expected.glsl | ||
depth_ms.spvasm.expected.msl | ||
depth_ms.spvasm.expected.spvasm | ||
depth_ms.spvasm.expected.wgsl |