mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 01:59:58 +00:00
renderer_opengl: declare geometry stream support in profile
This commit is contained in:
parent
f9bfdb1555
commit
a0e254e7c4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue