Make RenderPicker optional #1407
Labels
A-Engine
B-Rendering
P-Urgent
This issue is a big priority, and it would be good to close it ASAP
S-Blocked
Blocked on another issue or PR
S-Triage
Issues whose priority still has to be figured out
Problem
Currently, the G-buffer rasterizer doesn't work without the render picker, which is a performance-intensive feature.
Solution
Blocked on #1406.
G-buffer rasterizer's shaders should be modified at runtime based on whether the
RenderPicker
component is present in the render target. The corresponding plugin will also have to be changed to support not having the component.The text was updated successfully, but these errors were encountered: