I have several one-time VkCommandBuffer reset and recorded at each frame, just because of a few changing push constants.
Would it be more efficient (faster and/or a better practice) to move those changing data into a buffer (storage or uniform) so to record the command buffers only once?
I have read somewhere that command buffer recording may be quite CPU intensive, but I don't know if it is either true or still valid.