Peter Kristof

Results 5 issues of Peter Kristof

The below code example should be legal, yet Slang will fail compiling it. The usage here is to extend a namespace already declared elsewhere. ``` namespace TestNamespace { } namespace...

Add support for C++ style Constructor format instead of the current __init() style. Current format hurts its adoption. Programmers are used to C++ constructor format much more as well as...

Slang (slang.dll module timestamp 12/9/2019) is missing args in a following error message: > error 30019: expected an expression of type 'Texture2D', got 'Texture2D' ============================ Repro: float3 reproErrorMsg(Texture2D tex, SamplerState...