odin_pipeline_get_effect_type
Overview
Obtains the effect type (VAD, APM, or Custom) for the effect identified by effect_id.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
out_effect_type | enum OdinEffectType * | Pointer to receive the effect type. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |