mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing vulkan image creation issue, adding security to images creation, adding image unit tests
This commit is contained in:
@@ -75,6 +75,7 @@ typedef struct PulseDeviceHandler
|
||||
PulseUnmapBufferPFN PFN_UnmapBuffer;
|
||||
PulseDestroyBufferPFN PFN_DestroyBuffer;
|
||||
PulseCreateImagePFN PFN_CreateImage;
|
||||
PulseIsImageFormatValidPFN PFN_IsImageFormatValid;
|
||||
PulseDestroyImagePFN PFN_DestroyImage;
|
||||
|
||||
// Attributes
|
||||
|
||||
Reference in New Issue
Block a user