bevy/crates/bevy_render/src/render_phase
Kurt Kühnert 40b36927f5 Expose draw indirect (#4056)
# Objective

- Currently there is now way of making an indirect draw call from a tracked render pass.
- This is a very useful feature for GPU based rendering.

## Solution

- Expose the `draw_indirect` and `draw_indexed_indirect` methods from the wgpu `RenderPass` in the `TrackedRenderPass`.

## Alternative

- #3595: Expose the underlying `RenderPass` directly
2022-02-28 10:26:49 +00:00
..
draw_state.rs Expose draw indirect (#4056) 2022-02-28 10:26:49 +00:00
draw.rs add informative panic message when adding render commands to a DrawFunctions that does not exist (#3924) 2022-02-13 00:14:37 +00:00
mod.rs Add 2d meshes and materials (#3460) 2022-01-08 01:29:08 +00:00