Thomas Cenova

Results 7 comments of Thomas Cenova

@kisak-valve I am having issues with this game. If the game is on my default hdd the game will load but every texture is a crazy flickering rainbow of colors...

I finally found the main issue with launching this game. If I use my usb audio dac then the game crashes on launch with an error within xaudio2_4. However, if...

See PR for potential solution. I think it may be the correct route, since it would desirable for `a` and `b` to point to the constant type. I used the...

I understand that the linking of types and objects is experimental. So far the linking of types has been very useful, and it just seems that some edge cases have...

I updated the question to align all names. I found the root cause though, which was related to using `_identifier` instead of `_normalizedIdentifier` when adding to the namespace. PR #82...

Thank you for the clarification! TIL that VHDL allows for 2d arrays like that. Nested constraints also exist for 1d arrays with unconstrained subtype though too (2008). My example shows...

Small update. I was able to find a way to get constraints for the simple array cases by looking at some printing functions in ghdl and converting them over to...