Timo Wiren

Results 6 issues of Timo Wiren

This command results in a broken install on macOS Big Sur: sudo easy_install pip According to [StackOverflow](https://stackoverflow.com/a/18947390) and other websites, the command is obsolete and pip should be installed like...

The following code does not compile, unless the commented out line is uncommented: ``` namespace testNamespace { cbuffer testBuffer { uint testVariable; } // Uncommenting the following line somehow fixes...

When running on Ubuntu 17.10, Radeon R9 Nano with the latest drivers (oibaf PPA), samples crash when resizing the window (eg. 03_UniformBuffer_VK): ``` #3 0x00007ffff5d64fc2 in __GI___assert_fail (assertion=0x5555555ad780 "VK_SUCCESS ==...

When I try to open the attached source code file in Lite-XL 2.1.1 on Windows 11, Lite crashes with error: ``` Error: C:\Program Files\Lite XL\data/core\tokenizer.lua:248: attempt to compare number with...

bug
tokenizer

This shader causes an error. ``` [numthreads(8, 8, 1)] void computeRTAO( uint3 groupId : SV_GroupID, uint3 groupThreadId : SV_GroupThreadID, uint3 dispatchThreadId : SV_DispatchThreadID, uint groupIndex : SV_GroupIndex ) { RayQuery...

bug

xdftool.py has a parameter `--seperator`. Correct spelling would be `--separator`.