|
Polyphase Game Engine
|
Go to the source code of this file.
Typedefs | |
| typedef uint32_t | GraphNodeId |
| typedef uint32_t | GraphPinId |
| typedef uint32_t | GraphLinkId |
Enumerations | |
| enum class | GraphPinDirection : uint8_t { Input , Output } |
Functions | |
| bool | AreGraphPinTypesCompatible (DatumType outputType, DatumType inputType) |
| const char * | GetDatumTypeName (DatumType type) |
| glm::vec4 | GetDatumTypeColor (DatumType type) |
Variables | |
| constexpr GraphNodeId | INVALID_GRAPH_NODE_ID = 0 |
| constexpr GraphPinId | INVALID_GRAPH_PIN_ID = 0 |
| constexpr GraphLinkId | INVALID_GRAPH_LINK_ID = 0 |
| typedef uint32_t GraphLinkId |
| typedef uint32_t GraphNodeId |
| typedef uint32_t GraphPinId |
|
strong |
| glm::vec4 GetDatumTypeColor | ( | DatumType | type | ) |
| const char * GetDatumTypeName | ( | DatumType | type | ) |
|
constexpr |
|
constexpr |
|
constexpr |