Browse Source

Merge pull request #13172 from liamwhite/gl-streams

renderer_opengl: declare geometry stream support in profile
pull/15/merge
Narr the Reg 2 years ago
committed by GitHub
parent
commit
1bec420695
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/video_core/renderer_opengl/gl_shader_cache.cpp

1
src/video_core/renderer_opengl/gl_shader_cache.cpp

@ -215,6 +215,7 @@ ShaderCache::ShaderCache(Tegra::MaxwellDeviceMemoryManager& device_memory_,
.support_gl_variable_aoffi = device.HasVariableAoffi(),
.support_gl_sparse_textures = device.HasSparseTexture2(),
.support_gl_derivative_control = device.HasDerivativeControl(),
.support_geometry_streams = true,
.warp_size_potentially_larger_than_guest = device.IsWarpSizePotentiallyLargerThanGuest(),

Loading…
Cancel
Save