Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setting to cache the GPUMemory mappings for pipeline upload #78

Closed
wants to merge 1 commit into from

Commits on Jan 5, 2022

  1. Add setting to cache the GPUMemory mappings for pipeline upload

    During pipeline upload the GpuMemory is allocated from the pool. This
    memory is mapped, pipeline is uploaded and then the memory is unmapped.
    In applications with lots of pipelines being created during rendering,
    this causes lots of map/unmap calls and slows down the pipeline upload.
    
    Add a setting that allows the cache of the GpuMemory mapping, so that it
    can be reused by another pipeline upload.
    samikhawaja committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e129c53 View commit details
    Browse the repository at this point in the history