Hi everybody, I want to know how works the interaction between CPU & GPU. In particular: - How does the CPU send data to the GPU? - How does the command buffer work? - If we are GPU limited, what does the CPU do? Does it wait for the GPU? Or it
↧