Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RenderPicker optional #1407

Open
tomas7770 opened this issue Dec 12, 2024 · 0 comments
Open

Make RenderPicker optional #1407

tomas7770 opened this issue Dec 12, 2024 · 0 comments
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

Comments

@tomas7770
Copy link
Contributor

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.

@tomas7770 tomas7770 added A-Engine B-Rendering S-Blocked Blocked on another issue or PR S-Triage Issues whose priority still has to be figured out labels Dec 12, 2024
@RiscadoA RiscadoA added the P-Urgent This issue is a big priority, and it would be good to close it ASAP label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants