Skip to content

Feature Request: One time, excecute on next frame #160

@QuantumEntangledAndy

Description

@QuantumEntangledAndy

There are times, such as when computing one off jobs on the gpu, you need to run something on the next frame once.

For example: In the PR #159 there is a method to copy textures from the GPU to the cpu. For this to work we need to enqueue a command to the gpu and wait for the next frame cycle so that it is completed.

As another example, we could compute bounding boxes on the gpu and then copy them back to the cpu next frame for collision or raycasting analysis.

This is a tracking issue to discuss how should we implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature requestresearchProblem and solution research

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions