mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-20 19:53:03 +00:00
chore: refactor IW4 asset loaders
This commit is contained in:
15
src/ObjLoading/Game/IW4/Shader/LoaderVertexShaderIW4.h
Normal file
15
src/ObjLoading/Game/IW4/Shader/LoaderVertexShaderIW4.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "Asset/IAssetCreator.h"
|
||||
#include "Game/IW4/IW4.h"
|
||||
#include "SearchPath/ISearchPath.h"
|
||||
#include "Utils/MemoryManager.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace IW4
|
||||
{
|
||||
[[nodiscard]] std::string GetVertexShaderFileName(const std::string& vertexShaderAssetName);
|
||||
|
||||
std::unique_ptr<AssetCreator<AssetVertexShader>> CreateVertexShaderLoader(MemoryManager& memory, ISearchPath& searchPath);
|
||||
} // namespace IW4
|
||||
Reference in New Issue
Block a user