Recording the command buffer for a given frame currently takes about 1.5ms, which eats into the general CPU time. It should be possible to offload this work to a separate thread.
Care must be taken with things like asset updates which may come from the main thread.
Recording the command buffer for a given frame currently takes about 1.5ms, which eats into the general CPU time. It should be possible to offload this work to a separate thread.
Care must be taken with things like asset updates which may come from the main thread.