Nameless Engine
Loading...
Searching...
No Matches
ne::HlslShaderCacheManager::GlobalShaderCacheParameterNames Struct Reference

Static Public Attributes

static constexpr std::string_view sVsModel = "vs"
 
static constexpr std::string_view sPsModel = "ps"
 
static constexpr std::string_view sCsModel = "cs"
 
static constexpr std::string_view sCompilerVersion = "compiler_version"
 

Detailed Description

Groups names (keys in TOML file) of shader cache parameters.

Member Data Documentation

◆ sCompilerVersion

constexpr std::string_view ne::HlslShaderCacheManager::GlobalShaderCacheParameterNames::sCompilerVersion = "compiler_version"
staticconstexpr

Compiler version.

◆ sCsModel

constexpr std::string_view ne::HlslShaderCacheManager::GlobalShaderCacheParameterNames::sCsModel = "cs"
staticconstexpr

Compute shader model.

◆ sPsModel

constexpr std::string_view ne::HlslShaderCacheManager::GlobalShaderCacheParameterNames::sPsModel = "ps"
staticconstexpr

Pixel shader model.

◆ sVsModel

constexpr std::string_view ne::HlslShaderCacheManager::GlobalShaderCacheParameterNames::sVsModel = "vs"
staticconstexpr

Vertex shader model.


The documentation for this struct was generated from the following file: