mrvux

Results 66 comments of mrvux

Seems (but not sure), I guess renderer node marks windows message as handled, which means once it's done they will not get routed to something else. In commit here (and...

It is definitely be possible to generate/transform syntax trees (I already worked on a hlsl minifier that transformed existing syntax trees then re-generate hlsl after (which amazingly is basically just...

In GamepadInput,.cs line 31 : this.X = y; should be this.X = x;

I would set [NdiOuput]'s FrameRate setting default value to 60. R8G8B8A8_Typeless is not working, the description should be replaced by Nobody will use typeless unless they a decent power user...

From what I looked, given the way sampling works, it should never look for another level than 0 (and that would badly break 1d luts anyway). So I think instead...

Ok so it would be fine to add the change for GPU_LANGUAGE_HLSL_SM_5_0 GPU_LANGUAGE_GLSL_4_0 (For other it requires an extension and older versions don't really support compute anyway so it would...