tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
10
include/assets/data_views/material_view.hpp
Normal file
10
include/assets/data_views/material_view.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "assets/data/material_data.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using material_view = material_data;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user