cost 197 ms
Attempt at making a Displacement Filter

So, basically, I'm trying to make a OBS Filter that displaces the pixels based on a lightmap/luminance map. I decided to learn how to make a filter by ...

2023-01-02 13:57:02   1   20    hlsl / obs  
How does one set an array in hlsl?

In glsl, array = int[8]( 0, 0, 0, 0, 0, 0, 0, 0 ); works fine, but in hlsl this doesn't seem to be the case. It doesn't seem to be mentioned in any gu ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM