Lukas Lipp
Lukas Lipp
It seems to me that the app freezes often, especially when different settings other than the default ones are use. For example 1080p res, HEVC or bitrates other than 10mbit....
Like I explained here [#2870](https://github.com/KhronosGroup/glslang/issues/2870#issue-1104006628) it would be very nice to have symbolic and/or automatic differentiation in the language. Example for how this could look like ```glsl float a =...
Are there plans to improve the glsl language. This could be from simple features like default parameters for functions, till more complex ones like interfaces/classes and/or templates? It seems to...
How to I get the first number for each face with tinyply? 3 0 2 3 triangle 4 7 6 5 4 quad
it seems that printf is not working correctly with double ```hlsl double d = 3.4; printf("%f", d); ``` is printing 0.000000 I am using July 2022 dxc version
If you want to allow "class + x" and "x + class" you need to have free operator overloading, is this possible or is there another way around it? If...
You can also check it out in shader playground too https://shader-playground.timjones.io/8518ac9fa48d1f21c3c92a62dccde208 Using newest version dxc with -HV 2021 ```c++ template class array { T mArr[N]; }; template class array_ext :...
I tried the [test_two_triangles.py](https://github.com/BachiLi/redner/blob/master/tests/test_two_triangles.py) test case with the `EdgeSamplingIntegrator` in the `experimental` (warped area) branch but it failes super hard. Also the result is different (both fail) when using the...