mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
VideoBackends: add support to allow rendering to multiple output textures
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user