Skip to content

Instantly share code, notes, and snippets.

@LucasM127
LucasM127 / InstanceTest.cpp
Created October 24, 2022 03:56
UV Instancing
#include <SFML/Window.hpp>
#include "shader.hpp"
#include <iostream>
//list of triangles points
const float tris[] =
{
-0.75,0.0,