mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
feat: Update LoadShaderPathsMap to use sdl3cpp::services::ShaderPaths for shader path management
This commit is contained in:
@@ -86,7 +86,7 @@ std::array<float, 16> ScriptEngine::GetViewProjectionMatrix(float aspect) {
|
||||
return sceneManager_->GetViewProjectionMatrix(aspect);
|
||||
}
|
||||
|
||||
std::unordered_map<std::string, ShaderManager::ShaderPaths> ScriptEngine::LoadShaderPathsMap() {
|
||||
std::unordered_map<std::string, sdl3cpp::services::ShaderPaths> ScriptEngine::LoadShaderPathsMap() {
|
||||
return shaderManager_->LoadShaderPathsMap();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <array>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user