Closed Ealrann closed 6 years ago
The random uniform buffer is just an uint, and is updated every frame.
It would better be a push constant.
Bad idea: Update the PushConstants means rebuild the command buffer every frame : I'd like to avoid that for this project.
The random uniform buffer is just an uint, and is updated every frame.
It would better be a push constant.