Cogs.Foundation
Loading...
Searching...
No Matches
IndicesGenerator.h
Go to the documentation of this file.
1#pragma once
2
3#include "../FoundationBase.h"
4
5#include <vector>
6
7namespace Cogs {
8 namespace Geometry {
26 COGSFOUNDATION_API void generateQuadIndices(std::vector<uint32_t>& dest, size_t quadCount, uint32_t vertexNumber, bool sharedVertices);
27 }
28}
#define COGSFOUNDATION_API
Definition: FoundationBase.h:31
COGSFOUNDATION_API void generateQuadIndices(std::vector< uint32_t > &dest, size_t quadCount, uint32_t vertexNumber, bool sharedVertices)
Generate indices for rendering the specified number of quads from four vertices starting from the giv...
Definition: IndicesGenerator.cpp:3
Main Cogs namespace.
Definition: MortonCode.h:5