forked from eden-emu/eden
Compare commits
2 commits
master
...
revert_vk_
Author | SHA1 | Date | |
---|---|---|---|
74fcb9c726 | |||
bd8fabe561 |
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue