Cassandra Beckley

Results 14 comments of Cassandra Beckley

IAS works fine. Perhaps you aren't turning the clock on? To enable the clock, you have to use [interrupt 0](http://dcpu.com/clock/). Basically, set A to 0 to specify interrupt 0. Then,...

Yikes, that's hypnotic.

@pow2clk is it valid HLSL for an array to have a size of zero? I found https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-variable-syntax#name_index_ which seems to say that the array size should be equal to zero,...

I've opened a PR that attempts to address this issue (#4663). I'd appreciate any feedback you all might have.

From skimming over the test results, this change seems to prevent using signed literals in at least a couple of places where they should be allowed; for example ```HLSL uint...

The SPIRV-Tools version has to be updated manually, I can do that if it's needed

In addition, this PR generates invalid SPIR-V for some inputs. For example, running `dxc -T ps_6_1 -E main foo.hlsl -spirv` on ```hlsl enum VertexID { FIRST = 0, SECOND =...

At the time of me reading this change, both the first and second Google results contained this page.

Ah yes, I've had that on my agenda for a while

Sorry for the slow response on this, things have been busy. I'll try to get to this by the end of the week