aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/VertexArray.cs
AgeCommit message (Expand)Author
2021-01-27Avoid some redundant GL calls (#1958)gdkchan
2020-10-26Fix vertex buffer handle null check (#1638)gdkchan
2020-05-23Spanify Graphics Abstraction Layer (#1226)gdkchan
2020-03-30Support constant attributes (with a value of zero) (#1066)gdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Add basic error logging to the GPUgdkchan
2020-01-09Initial workgdk