Skip to content
Snippets Groups Projects
Commit 00127130 authored by Niklas Haas's avatar Niklas Haas
Browse files

shaders: make sh_subpass slightly stricter

The current logic allows resizeable parents to become non-resizeable,
which is a big no-no since resizeable parents are almost definitely
intended for a framebuffer size that has nothing at all to do with the
subpass.

To fix this, only allow merging resizeable shaders with subpasses that
are also resizeable.
parent 38b875d9
No related branches found
No related tags found
1 merge request!92Some renderer refactors (new struct img, new FBO handling, fix some hypothetical unnecessary FBO redirections)
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment