|
Hymn to Beauty
C++ 3D Engine
|
Optional features. More...
#include <LowLevelRenderer.hpp>
Public Attributes | |
| bool | fillModeNonSolid |
| Whether non-solid fill modes (point and line) are supported. More... | |
| bool | wideLines |
| Whether wide lines are supported. More... | |
| bool | timestamps |
| Whether timestamps are supported. More... | |
| bool | conservativeRasterization |
| Whether conservative rasterization is supported. More... | |
| uint32_t | attachmentlessMsaaSamples |
| Bitmask of the number of MSAA samples supported for attachmentless rendering. More... | |
| bool | shaderAtomics |
Optional features.
| uint32_t Video::LowLevelRenderer::OptionalFeatures::attachmentlessMsaaSamples |
Bitmask of the number of MSAA samples supported for attachmentless rendering.
| bool Video::LowLevelRenderer::OptionalFeatures::conservativeRasterization |
Whether conservative rasterization is supported.
| bool Video::LowLevelRenderer::OptionalFeatures::fillModeNonSolid |
Whether non-solid fill modes (point and line) are supported.
| bool Video::LowLevelRenderer::OptionalFeatures::shaderAtomics |
Whether shaders can use atomics.
| bool Video::LowLevelRenderer::OptionalFeatures::timestamps |
Whether timestamps are supported.
| bool Video::LowLevelRenderer::OptionalFeatures::wideLines |
Whether wide lines are supported.