Skip to content

Compute.toys #191

Answered by greggman
Cotterzz asked this question in Q&A
Dec 9, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Well, specifically, compute shaders with storage textures, it depends on what you're trying to do. Image processing using compute shaders is probably a win over using triangles. Drawing that dolphin/ocean in a compute shader vs doing it with triangles is probably not. There's no hard and fast rule though. Unreal's nanite renders some stuff that would have traditionally be drawin with triangles in a compute shader, see bevy's example. Tho, those techniques often require a high-end GPU. Vello also I think renders most stuff in compute shaders. My bigger concern was more the shadertoy type of SDF scenes. This selfie girl is amazing and could be ported to a compute shader but it's definitely …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Cotterzz
Comment options

@greggman
Comment options

Answer selected by Cotterzz
@Cotterzz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants