The ShaderLoader Class Implementation. More...
#include "Pchheader.h"#include "ShaderLoader.h"#include "Systems/ResourceSystem.h"#include "Core/Library/FileLibrary.h"#include "Resources/Shader/Shader.h"#include "Resources/Shader/ShaderCompiler.h"#include "Render/Vulkan/VulkanRenderBackend.h"#include "Render/Vulkan/VulkanShaderModule.h"#include "shaderc/shaderc.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Spices |
Variables | |
| const std::string | Spices::defaultShaderPath = "Shaders/src/" |
| Const variable: Original Shader File Path. | |
The ShaderLoader Class Implementation.
Definition in file ShaderLoader.cpp.