mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
VideoBackends: add support to allow rendering to multiple output textures
This commit is contained in:
parent
252d3f353a
commit
834f8f7b5c
43 changed files with 713 additions and 327 deletions
|
@ -453,6 +453,7 @@ FramebufferState GetColorFramebufferState(AbstractTextureFormat format)
|
|||
state.depth_texture_format = AbstractTextureFormat::Undefined;
|
||||
state.per_sample_shading = false;
|
||||
state.samples = 1;
|
||||
state.additional_color_attachment_count = 0;
|
||||
return state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue