tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
8
include/assets/file_parsers/uos_normal_loader.hpp
Normal file
8
include/assets/file_parsers/uos_normal_loader.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "generic/generic_3dtk_loader.hpp"
|
||||
|
||||
struct uos_normal_loader : generic_3dtk_loader<true, false, false>
|
||||
{
|
||||
static constexpr auto name = std::string_view("uos_normal");
|
||||
};
|
||||
Reference in New Issue
Block a user