AdamYuan / SparseVoxelOctree

A GPU SVO Builder using rasterization pipeline, a efficient SVO ray marcher and a simple SVO path tracer.
MIT License
606 stars 55 forks source link

fixed barrier bit #6

Closed bar4488 closed 3 years ago

bar4488 commented 3 years ago

apparently, ive had a dumb mistake before too. wrote GL_SHADER_STORAGE_BUFFER_BIT instead of GL_SHADER_STORAGE_BARRIER_BIT.