Cogs.Foundation
Loading...
Searching...
No Matches
Namespaces | Functions
IndicesGenerator.h File Reference
#include "../FoundationBase.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Cogs
 Main Cogs namespace.
 
namespace  Cogs::Geometry
 

Functions

COGSFOUNDATION_API void Cogs::Geometry::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 given vertex number.