JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
729 stars 104 forks source link

Add set(int index, ByteBuffer buffer) to Matrix4f #281

Closed reverse-solidus closed 3 years ago

reverse-solidus commented 3 years ago

For symmetry with other classes, add the variant of Matrix4f.set(ByteBuffer buffer) that takes a buffer index.