Skip to content

Use Vulkan Memory Allocator's new memory usage flags #511

Description

@IAmNotHanni

Is your feature request related to a problem?

Currently we're still using VMA's old memory usage flags such as VMA_MEMORY_USAGE_GPU_ONLY. Those are deprecated though.

Description

Use the new memory usage flags introduced in VMA release 3.0.0 (for example VMA_MEMORY_USAGE_AUTO_PREFER_DEVICE)

Alternatives

Use the old values which are still supported, but deprecated

Affected Code

The VMA wrapper code.

Operating System

All operating systems.

Additional Context

none.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cat:refactorrefactor/clean up/simplifications/etc.cat:vmaVulkan Memory Allocator (VMA)

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions