#pragma once #include namespace PD { u32 CreateShaderProgram(const char* vert, const char* frag); }