The DrawElementsInstanced takes a pointer that specifies the offset in the indices. Any chance for a WithOffset variant?
Same goes for ReadPixels, which takes a Buffer offset in case of PIXEL_PACK_BUFFER scenario. I could open a separate issue if it would be cleaner.
The
DrawElementsInstancedtakes a pointer that specifies the offset in the indices. Any chance for aWithOffsetvariant?Same goes for
ReadPixels, which takes a Buffer offset in case ofPIXEL_PACK_BUFFERscenario. I could open a separate issue if it would be cleaner.