HDR skybox

This commit is contained in:
2023-06-02 18:01:45 +02:00
parent 5006149c8d
commit 6fd22a85d8
11 changed files with 326 additions and 5 deletions

View File

@ -9,4 +9,5 @@ struct Texture{
std::string path;
};
Texture* CreateTexture(unsigned int width, unsigned int height);