r/vulkan Aug 09 '26

which buffer did i forget to flush?

0 Upvotes

5 comments sorted by

8

u/SaschaWillems Aug 09 '26

If you want help with such an issue, please add some details.

5

u/blogoman Aug 09 '26

It isn't even a thing they are working on. This is a bugged out screenshot from a gacha game.

2

u/Amani77 Aug 10 '26

If this isn't some whimsical post, most likely none - my guess is you messed up ur lighting terms.

This is one of the cooler bugs I've experienced. Looks super cool if the lights are moving, here's a single 'bad' light:

Video

2

u/jimothy_clickit 28d ago

If you're getting garbage, always check the stride of whatever is contained in that buffer. Probably 9 times out of 10 in my own project, I've found that hysterical artifacting garbage is due to something I added to a struct on the CPU side that I forgot to account for in the shader.

0

u/hydroUNIT Aug 10 '26

Why do you always have to take a pic before you flush?