1
submitted 1 year ago by JRepin@lemmy.ml to c/gamedev@lemmy.ml

cross-posted from: https://lemmy.ml/post/1442017

An important part of working with Vulkan and other modern explicit rendering APIs is the synchronization of GPU/GPU and CPU/GPU workloads. In this article we will learn about what Vulkan needs us to synchronize and how to achieve it. We will talk about two high-level parts of the synchronization domain that we, as application and library developers, are responsible for:

  • GPU↔GPU synchronization to ensure that certain GPU operations do not occur out of order,
  • CPU↔GPU synchronization to ensure that we maintain a certain level of latency and resource usage in our applications.
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 22 Jun 2023
1 points (100.0% liked)

Game Development

0 readers
0 users here now

founded 5 years ago
MODERATORS