Skip to content

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

License

Notifications You must be signed in to change notification settings

keijiro/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)

Topics

Resources

License

Stars

Watchers

Forks