Asset Progress

This commit is contained in:
2023-11-25 15:51:20 -06:00
parent c2fb75df97
commit 89fe77c07e
25 changed files with 787 additions and 119 deletions

View File

@ -75,7 +75,7 @@ namespace Dawn {
*
* @return True if ready, otherwise false.
*/
// virtual bool_t isReady() = 0;
virtual bool_t isReady() = 0;
/**
* Buffer pixel data onto the GPU. Pixel buffering is rather costly so

View File

@ -7,7 +7,7 @@
#include "dawnlibs.hpp"
namespace Dawn {
enum ShaderStageType {
enum class ShaderStageType {
VERTEX,
FRAGMENT,
// COMPUTE