15 lines
428 B
C
15 lines
428 B
C
|
|
|
||
|
|
// Gawain geometry batch
|
||
|
|
//
|
||
|
|
// This code is part of the Gawain library, with modifications
|
||
|
|
// specific to integration with Blender.
|
||
|
|
//
|
||
|
|
// Copyright 2016 Mike Erwin
|
||
|
|
//
|
||
|
|
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of
|
||
|
|
// the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||
|
|
|
||
|
|
#include "vertex_buffer.h"
|
||
|
|
|
||
|
|
// TODO: implement C functions
|