adding pipeline unit tests

This commit is contained in:
2025-02-21 22:41:22 +01:00
parent 2de2e1f381
commit b5abfe1589
14 changed files with 497 additions and 7 deletions

View File

@@ -110,6 +110,8 @@ typedef enum PulseErrorType
PULSE_ERROR_MAP_FAILED,
PULSE_ERROR_INVALID_DEVICE,
PULSE_ERROR_INVALID_REGION,
PULSE_ERROR_INVALID_BUFFER_USAGE,
PULSE_ERROR_INVALID_IMAGE_USAGE,
} PulseErrorType;
typedef enum PulseImageType