mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Fix stereoscopic 3D on OpenGL < 4.3 (macOS)
This commit is contained in:
@ -179,6 +179,7 @@ union ShaderHostConfig
|
||||
BitField<26, 1, bool, u32> backend_sampler_lod_bias;
|
||||
BitField<27, 1, bool, u32> backend_dynamic_vertex_loader;
|
||||
BitField<28, 1, bool, u32> backend_vs_point_line_expand;
|
||||
BitField<29, 1, bool, u32> backend_gl_layer_in_fs;
|
||||
|
||||
static ShaderHostConfig GetCurrent();
|
||||
};
|
||||
|
Reference in New Issue
Block a user