Skip to content
  • Niklas Haas's avatar
    vulkan: avoid needless flush in buf_poll · 223aa09a
    Niklas Haas authored
    No need to flush if we aren't actually blocked.
    
    While it's unlikely this impacted performance much, since the design of
    the renderer forced users to do all uploading before the start of any
    rendering commands, it might still help in some cases.
    223aa09a