This commit is contained in:
2025-03-19 12:48:21 +01:00
parent c2357f1a16
commit d18a38f928
9 changed files with 11 additions and 10 deletions

View File

@@ -103,6 +103,7 @@ PULSE_API PulseImage PulseCreateImage(PulseDevice device, const PulseImageCreate
if(image == PULSE_NULL_HANDLE)
return PULSE_NULL_HANDLE;
image->device = device;
image->type = create_infos->type;
image->format = create_infos->format;
image->usage = create_infos->usage;