Quidney
Quidney
I know I can put the file in "shell:startup" or "shell:common startup" but I want KbotExt to start with League client because if it starts with windows, and I'm not...
### Description In the [documentation](https://horizongir.github.io/opentk/api/OpenTK.Graphics.OpenGL4.GL.html#OpenTK_Graphics_OpenGL4_GL_NamedBufferData_System_Int32_System_Int32_System_IntPtr_OpenTK_Graphics_OpenGL4_BufferUsageHint_) for OpenTK 4.x GL.BufferData and GL.NamedBufferData take an BufferUsageHint enum to specify usage case. In OpenTK 5.0.0-pre.13, however, while GL.BufferData uses BufferUsage (Not BufferUsageHint), GL.NamedBufferData...