This commit is contained in:
2021-04-20 18:44:41 +10:00
parent 23963f2ee8
commit c10754f31b
14 changed files with 278 additions and 290 deletions

View File

@ -1,3 +1,10 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "primitive.h"
primitive_t * primitiveCreate(int32_t verticeCount, int32_t indiceCount) {

View File

@ -1,3 +1,10 @@
/**
* Copyright (c) 2021 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#pragma once
#include <stdint.h>
#include <glad/glad.h>