Textures are working now

This commit is contained in:
2023-11-19 11:39:48 -06:00
parent 830694ee0a
commit c2fb75df97
9 changed files with 93 additions and 69 deletions

View File

@ -7,7 +7,7 @@
#include "dawnlibs.hpp"
namespace Dawn {
enum ShaderParameterType {
enum class ShaderParameterType {
VEC2,
VEC3,
VEC4,