chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

Data function in std namespace? #33

Closed chadthecoder closed 11 months ago

chadthecoder commented 11 months ago

Data function was not working. It is possible that I needed to put std:: before function as I am not using namespace std;

chadthecoder commented 11 months ago

vértices, sizeof(vértices)?

Instead of data, because it's not a vector anymore, then there is no data function to call.