Skip to content
  • Matthew Waters's avatar
    glsyncmeta: separate out gpu/cpu waits. · caafdd8c
    Matthew Waters authored
    CPU waits are more expensive and are only required if the CPU is ever going to
    access the data. GPU waits perform inter-context synchronisation and are cheaper
    as they don't require CPU intervention.
    caafdd8c