Skip to content

Support layer: Force coherent memory #114

Open
@solidpixel

Description

@solidpixel

Some content using a cached-but-non-coherent is missing the required coherency operations so accesses stale data. We should add an option to swap all of these allocations to a cached-coherent heap (if available), or a not-cached-coherent heap (which is guaranteed to be available).

Worth noting that this may have issues on discrete GPUs, where heap sizes are not uniform, but I plan to ignore this as it isn't an issue for mobile with unified memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions