mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-18 12:47:54 -05:00
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
This commit is contained in:
@@ -6,6 +6,12 @@ namespace Ryujinx.Graphics.GAL.Blend
|
||||
Subtract,
|
||||
ReverseSubtract,
|
||||
Minimum,
|
||||
Maximum
|
||||
Maximum,
|
||||
|
||||
AddGl = 0x8006,
|
||||
SubtractGl = 0x8007,
|
||||
ReverseSubtractGl = 0x8008,
|
||||
MinimumGl = 0x800a,
|
||||
MaximumGl = 0x800b
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user