OrbitEngine::Graphics::ShaderLoader class

Contents

Public static functions

static auto LoadRawShader(const std::string& path) -> Shader*
static auto LoadShaderSources(const std::string& path) -> ShaderSources
static auto ResolveShaderFile(const std::string& path) -> std::string
static auto Batch2D() -> Shader*
static auto Vector2D() -> Shader*
static auto Text2D() -> Shader*
static auto IntegrateBRDF() -> Shader*
static auto Skybox() -> Shader*
static auto PrefilterEnvMap() -> Shader*