Skip to content

Cull on GPU even when multidraw_indirect is unavailable. #214

Description

@schell

We can do this without multidraw by running GPU culling and then
copying indirect_buffer back to the CPU.

// TODO: Cull on GPU even when `multidraw_indirect` is unavailable.
//
// We can do this without multidraw by running GPU culling and then
// copying `indirect_buffer` back to the CPU.

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

    todoAutomatically managed by `todo_finder` and represents one or more "TODO: ..." sites in the code

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions