Skip to content

Cull on GPU even when multidraw_indirect is unavailable. #214

@schell

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.

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