filterview
This commit is contained in:
@@ -64,3 +64,5 @@ void vTransform(std::vector<Vertex> &verticeList, float x, float y);
|
||||
void vScale(std::vector<Vertex> & verticeList, float x, float y);
|
||||
|
||||
std::vector<Vertex> generateSineWave(int numVertices, float angle, float startingColour[4]);
|
||||
|
||||
void printBufferData(std::vector<Vertex> vertices);
|
||||
|
||||
Reference in New Issue
Block a user