|
slot 0.0.1
A real time UI render framework
|
#include <slang-gfx.h>
Public 属性 | |
| slang::IGlobalSession * | slangGlobalSession |
| SlangMatrixLayoutMode | defaultMatrixLayoutMode = SLANG_MATRIX_LAYOUT_ROW_MAJOR |
| char const *const * | searchPaths = nullptr |
| GfxCount | searchPathCount = 0 |
| slang::PreprocessorMacroDesc const * | preprocessorMacros = nullptr |
| GfxCount | preprocessorMacroCount = 0 |
| const char * | targetProfile = nullptr |
| SlangFloatingPointMode | floatingPointMode = SLANG_FLOATING_POINT_MODE_DEFAULT |
| SlangOptimizationLevel | optimizationLevel = SLANG_OPTIMIZATION_LEVEL_DEFAULT |
| SlangTargetFlags | targetFlags = kDefaultTargetFlags |
| SlangLineDirectiveMode | lineDirectiveMode = SLANG_LINE_DIRECTIVE_MODE_DEFAULT |
| SlangMatrixLayoutMode gfx::IDevice::SlangDesc::defaultMatrixLayoutMode = SLANG_MATRIX_LAYOUT_ROW_MAJOR |
| SlangFloatingPointMode gfx::IDevice::SlangDesc::floatingPointMode = SLANG_FLOATING_POINT_MODE_DEFAULT |
| SlangLineDirectiveMode gfx::IDevice::SlangDesc::lineDirectiveMode = SLANG_LINE_DIRECTIVE_MODE_DEFAULT |
| SlangOptimizationLevel gfx::IDevice::SlangDesc::optimizationLevel = SLANG_OPTIMIZATION_LEVEL_DEFAULT |
| GfxCount gfx::IDevice::SlangDesc::preprocessorMacroCount = 0 |
| slang::PreprocessorMacroDesc const* gfx::IDevice::SlangDesc::preprocessorMacros = nullptr |
| GfxCount gfx::IDevice::SlangDesc::searchPathCount = 0 |
| char const* const* gfx::IDevice::SlangDesc::searchPaths = nullptr |
| slang::IGlobalSession* gfx::IDevice::SlangDesc::slangGlobalSession |
| SlangTargetFlags gfx::IDevice::SlangDesc::targetFlags = kDefaultTargetFlags |
| const char* gfx::IDevice::SlangDesc::targetProfile = nullptr |