Class UnsupportedVarType

Inheritance Relationships

Base Type

  • public flamegpu::FLAMEGPUException

Class Documentation

class UnsupportedVarType : public flamegpu::FLAMEGPUException

Defines a type of object to be thrown as exception. It reports errors that are due to unsupported variable types This primarily occurs for agent array variables with host agent reductions

Public Functions

explicit UnsupportedVarType(const char *format = "Variables of this type are not supported by function")