![]() |
ImFusion SDK 4.3
|
#include <ImFusion/GL/RendererFactory.h>
Descriptor of a registered volume renderer. More...
Descriptor of a registered volume renderer.
Public Attributes | |
| std::string | name |
| GUI name of the renderer. | |
| VolumeRendererFactoryFunction | factoryFunction |
| Factory function to create the renderer. | |
| CapabilityCheckFunction | capabilityCheckFunction |
| Function called to check whether renderer is supported. | |