Class Shader

Inheritance Relationships

Derived Types

Class Documentation

class Shader

Subclassed by Azura::D3D12::D3D12ScopedShader, Azura::Vulkan::VkShader

Public Functions

Shader(const String &filePath, const String &extension)
void SetStage(ShaderStage stage)
void SetEntryPoint(const String &entryPoint)
ShaderStage GetShaderStage() const

Protected Functions

const String &GetFilePath() const
const String &GetShaderEntryPoint() const