opengl package

This commit is contained in:
2025-04-27 10:12:52 +02:00
parent 6ca5d1294f
commit 9f35bd3c30
9 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
package chess.view.DDDrender.opengl;
public record VertexAttribPointer(int index, int size, int offset) {
}