Fixed issue with quad buffer.

This commit is contained in:
2021-04-03 21:41:27 +11:00
parent 7e62552b86
commit c51e38efa3
2 changed files with 10 additions and 2 deletions

View File

@ -79,5 +79,8 @@ shader_t * assetShaderLoad(char *fileVertex, char *fileFragment);
/**
* Load a texture from a PNG file.
*
* @param fileName The fike path of the PNG image.
* @return The loaded texture object.
*/
texture_t * assetTextureLoad(char *fileName);