Skip to content

Gpu Driven Rendering By Default #1342

@DrewRidley

Description

@DrewRidley

Performant Rendering

the default gpu pipeline used in bevy should be one that takes in to consideration concepts from guides like this https://vkguide.dev/docs/gpudriven/gpu_driven_engines/. In this way, bevy can render objects with extreme performance, and will never bottleneck on the cpu. In general, GPU Driven Rendering has some tradeoffs that would need to be made, but would increase performance, sustainability, and would enhance any future efforts to include ray-tracing and other novel tech.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RenderingDrawing game state to the screenC-FeatureA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile times

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions