PonchoBob

Results 2 issues of PonchoBob

Hello, please have look on the following piece of code `globjects::VertexArray::hintAttributeImplementation(globjects::VertexArray::AttributeImplementation::DirectStateAccessARB);` `auto pVertexBuffer = globjects::Buffer::create();` `pVertexBuffer->setStorage(vertices, gl::BufferStorageMask::GL_MAP_READ_BIT);` `auto pIndexBuffer = globjects::Buffer::create();` `pIndexBuffer->setStorage(indices, gl::BufferStorageMask::GL_MAP_READ_BIT);` ` //pVertexArray->bind();` `auto pBinding1 = pVertexArray->binding(0); `...

Hello, I'm new to globjects and glbindings and it's an awesome library. I have a question according to the examples and the general use of globjects with glfw. There has...