Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
74fcb9c726 yeah..forgot smicolon 2025-07-29 22:34:58 +02:00
bd8fabe561 revert config check, return too early 2025-07-29 22:08:08 +02:00

View file

@ -401,8 +401,7 @@ bool GraphicsPipeline::ConfigureImpl(bool is_indexed) {
config_stage(3);
}
if constexpr (Spec::enabled_stages[4]) {
if (!config_stage(4))
return false;
config_stage(4);
}
texture_cache.FillGraphicsImageViews<Spec::has_images>(std::span(views.data(), view_index));