|
Foundation
|
Parameters for Renderer creation. More...
#include <Renderer.hpp>
Public Attributes | |
| bool | asyncCompute {true} |
| Enable Async Compute support. | |
| bool | present {true} |
| Enable presentation support. | |
| uint32_t | threadCount {std::max(1u, std::thread::hardware_concurrency() - 1)} |
| Number of worker threads to use for recording command lists. | |
| RHIPipelineStateCache * | pipelineCache {nullptr} |
| Optional PSO cache to potentially speed up pipeline state recompilation in Setup time. | |
Parameters for Renderer creation.
Enable Async Compute support.
| RHIPipelineStateCache* Foundation::RenderCore::RendererDesc::pipelineCache {nullptr} |
Optional PSO cache to potentially speed up pipeline state recompilation in Setup time.
Enable presentation support.
| uint32_t Foundation::RenderCore::RendererDesc::threadCount {std::max(1u, std::thread::hardware_concurrency() - 1)} |
Number of worker threads to use for recording command lists.