tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
5
include/assets/data_views/shader_source_view.hpp
Normal file
5
include/assets/data_views/shader_source_view.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
|
||||
using shader_source_view = std::string_view;
|
||||
Reference in New Issue
Block a user