redgpu

Results 6 issues of redgpu

What's the license of claro? I couldn't find it.

> In real GPUs, individual threads can branch to different PCs, causing branch divergence where a group of threads threads initially being processed together has to split out into separate...

DirectX 12 mapped kernels from the May 11, 2021 open source release don't work anymore, I had to regenerate them today to make them work. Here's my regenerated `mapped_kernels.h` file,...

`ofxPostProcessing_power_of_two_fbos_fix.patch` ```patch diff --git a/ofxPostProcessing/src/PostProcessing.cpp b/ofxPostProcessing/src/PostProcessing.cpp index 0e39fc9..d8ac872 100644 --- a/ofxPostProcessing/src/PostProcessing.cpp +++ b/ofxPostProcessing/src/PostProcessing.cpp @@ -50,10 +50,12 @@ namespace itg } else { - s.width = ofNextPow2(width); - s.height = ofNextPow2(height);...

https://youtu.be/zfR_Jj4grZE

Hi, Nick! First of all, thank you for this addon! I use it for my OF-based app called Game Script ([script](https://procedural.itch.io/gamescript) version, [native](https://procedural.itch.io/gamescriptnative) C/C++ version) that allows to code in...