Welcome to mirror list, hosted at ThFree Co, Russian Federation.

primitive_private.h « gawain « gawain « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d959cd89852f1747310783ba538d4474af6b703e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

// Gawain geometric primitives (private interface for use inside Gawain)
//
// This code is part of the Gawain library, with modifications
// specific to integration with Blender.
//
// Copyright 2017 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/.

#pragma once

GLenum convert_prim_type_to_gl(Gwn_PrimType);