NogginBops / ImGui.NET_OpenTK_Sample

A sample project showing an ImGui (using ImGui.NET) renderer for OpenTK in C#
109 stars 26 forks source link

Don't use GL.NamedBufferData() #15

Closed PJB3005 closed 2 years ago

PJB3005 commented 3 years ago

Intel's Windows implementation of GL.NamedBufferData() is broken and not synchronized correctly, resulting in botched rendering on iGPUs. GL.BufferData() is fine.

NogginBops commented 2 years ago

This is fixed in the latest default branch.