#include <config.h>
◆ Builder()
Config::Builder::Builder |
( |
| ) |
|
|
explicitnoexcept |
◆ build()
Config Config::Builder::build |
( |
| ) |
|
The build method.
- Returns
- A new instance of a Config.
◆ withAccelerator()
Config::Builder Config::Builder::withAccelerator |
( |
::std::int32_t |
accelerator | ) |
|
The constructor.
- Parameters
-
accelerator | The accelerator index. |
- Returns
- A builder for the Config.
◆ withScene()
The constructor.
- Parameters
-
- Returns
- A builder for the Config.
◆ withShader()
The constructor.
- Parameters
-
- Returns
- A builder for the Config.
◆ withSpl()
The constructor.
- Parameters
-
spl | The number of samples per light. |
- Returns
- A builder for the Config.
◆ withSpp()
The constructor.
- Parameters
-
spp | The number of samples per pixel. |
- Returns
- A builder for the Config.
◆ Config
◆ m_accelerator
::std::int32_t Config::Builder::m_accelerator {} |
◆ m_scene
::std::int32_t Config::Builder::m_scene {} |
◆ m_shader
::std::int32_t Config::Builder::m_shader {} |
◆ m_spl
::std::int32_t Config::Builder::m_spl {} |
◆ m_spp
::std::int32_t Config::Builder::m_spp {} |
The documentation for this class was generated from the following files:
- System_dependent/Native/Qt/MobileRT/config.h
- System_dependent/Native/Qt/MobileRT/config.cpp