#pragma once struct externalPNGData { unsigned int height; unsigned int width; GLubyte* data; };