Re: Intel HD Graphics 520 failure
Posted by charxie on Sep 13, 2018; 3:02am
URL: https://forum.jogamp.org/Intel-HD-Graphics-520-failure-tp4039179p4039202.html
It is all solved. It is a really small bug in our code. It turns out that you can't just give one vertex in the vertex buffer with the new driver:
line.getMeshData().setVertexBuffer(BufferUtils.createVector3Buffer(1));
After I changed 1 to 2, everything returned to normal!