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