ShaderTutorials

unity shader tutorials (by ronja-tutorials)

ShaderTutorials reviews and mentions

Posts with mentions or reviews of ShaderTutorials. We have used some of these posts to build our list of alternatives and similar projects.
  • Need help understanding compute shaders
    1 project | /r/Unity3D | 12 Dec 2022
    I eventually found a tutorial by ronja (https://github.com/ronja-tutorials/ShaderTutorials/blob/master/Assets/050_Compute_Shader/) Now I can calculate thread groups like this: Shader.GetKernelThreadGroupSizes(kernel, out threadGroupSize, out _, out _); int threadGroups = (int)((_instances + (threadGroupSize - 1)) / threadGroupSize);

Stats

Basic ShaderTutorials repo stats
1
905
10.0
almost 3 years ago

The primary programming language of ShaderTutorials is ShaderLab.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com