Shadeup icon indicating copy to clipboard operation
Shadeup copied to clipboard

A language for WebGPU that makes writing shaders easier

Results 9 Shadeup issues
Sort by recently updated
recently updated
newest added

https://discord.com/channels/975546092907274341/1185230937538166854/1237262878831022112

bug

Hello, I am currently trying to pass a Structured Buffer to the shader. The compute shader should also be able to change the values of the structs in this Structured...

Hi, I just started learning compute shaders in unreal and wanted to follow your Recipe "Making a custom Advanced Output material expression accessible from Compute Shaders in Unreal Engine 5"...

Hello, I used the shadeup CLI to set up a blank project with a plugin containing a module dedicated to indirect instancing. I'm having a lot of problems compiling with...

Hello! I tried creating a compute shader with material graph and the compiler is complaining about "MeshDrawCommands.h" not existing, even though it's there in "Runtime/Renderer/Private" ``` [1/3] Compile Module.ShadeupShaders.cpp In...

bug

Can't use shadeup in after installing with npm. ``` PS C:\Users\filip> shadeup shadeup : The term 'shadeup' is not recognized as the name of a cmdlet, function, script file, or...

Hello // texture Texture2D readTex; RWTexture2D writeTex; // uniform params int range; uint threshold; uint nstates; bool moore; int rez; float4 colors[21]; Do you have idea to add this feature...

When creating a new module in an Unreal 5.4 project, the following error is displayed: ``` Error: Failed to parse plugin file. Please make sure it is a valid JSON...

I just want to say thanks for even developing this idea. I'm still evaluating if shadeup is right for my project, but it is so refreshing to see someone explore...