mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 07:19:44 +00:00
Remove out-dated hack of AMD driver issue WRT dual-source blending output index.
This commit is contained in:
parent
a10d768c63
commit
b969282b72
4 changed files with 4 additions and 28 deletions
|
@ -224,14 +224,6 @@ enum Bug
|
|||
// the gl_ClipDistance inputs from the vertex shader.
|
||||
BUG_BROKEN_CLIP_DISTANCE,
|
||||
|
||||
// Bug: Dual-source outputs from fragment shaders are broken on AMD Vulkan drivers
|
||||
// Started Version: -1
|
||||
// Ended Version: -1
|
||||
// Fragment shaders that specify dual-source outputs, via layout(location = 0, index = ...) cause
|
||||
// the driver to fail to create graphics pipelines. The workaround for this is to specify the
|
||||
// index as a MRT location instead, or omit the binding completely.
|
||||
BUG_BROKEN_FRAGMENT_SHADER_INDEX_DECORATION,
|
||||
|
||||
// Bug: Dual-source outputs from fragment shaders are broken on some drivers.
|
||||
// Started Version: -1
|
||||
// Ended Version: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue