Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

passthrough sample destroys bound vertex buffers prematurely #68

Description

@bjoeris

Based on a Gapid trace of the passthrough sample, it looks like the vertex buffers are destroyed immediately after recording the command buffer, before submitting to the queue. They should not be destroyed until after all uses of the buffer have completed. Because it looks like these command buffers are submitted repeatedly, these buffers should not be destroyed at all.

This causes the passthrough sample to replay incorrectly with the new dependency graph-based dead code elimination going into Gapid.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions