This commit is contained in:
2025-04-22 15:02:24 +02:00
parent 2b5c2ad663
commit 4bd16026e1
12 changed files with 34 additions and 18 deletions

View File

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