Skip to content

unitycoder/MetalAsyncReadback

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetalAsyncReadback

This is an example that shows how to asynchronously read back GPU data into the system memory in Unity running with the Metal graphics API mode (macOS/iOS).

This implementation is slightly different from the official implementation of AsyncGPUReadback. You have to manually manage compute buffers to avoid overwriting while readback.

The readback speed varies across systems; In general, MacBook and iOS devices with an integrated GPU are faster than Mac systems with a discrete GPU.

About

Asynchronous GPU readback implementation for Unity on Metal (macOS/iOS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 45.3%
  • Objective-C 27.7%
  • C 14.9%
  • C# 12.1%