You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current examples in the shaders folder are not complete projects but rather are used by runners that execute specific shaders. As a beginner, I am finding it difficult to comprehend how these examples function as a whole, leaving me unsure where to start when implementing this library in my projects. Specifically, I am interested in using compute shaders.
While I have a general understanding of shader functionality and can comprehend the code in the compute-shader directory, I am uncertain about how the shader is called and how data is transferred between the CPU and GPU.
Is there an example of this library as a comprehensive, standalone project that incorporates everything necessary? (This can be also outside of this repository.) If not, it seems that beginners may struggle to utilize this library from the ground up.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The current examples in the shaders folder are not complete projects but rather are used by runners that execute specific shaders. As a beginner, I am finding it difficult to comprehend how these examples function as a whole, leaving me unsure where to start when implementing this library in my projects. Specifically, I am interested in using compute shaders.
While I have a general understanding of shader functionality and can comprehend the code in the compute-shader directory, I am uncertain about how the shader is called and how data is transferred between the CPU and GPU.
Is there an example of this library as a comprehensive, standalone project that incorporates everything necessary? (This can be also outside of this repository.) If not, it seems that beginners may struggle to utilize this library from the ground up.
Beta Was this translation helpful? Give feedback.
All reactions