mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
fixing descriptor sets, adding buffer compute write test
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#include <Pulse.h>
|
||||
|
||||
#define PulseStaticAllocStack(size) ((char[size]){ 0 })
|
||||
|
||||
#define PULSE_CHECK_ALLOCATION_RETVAL(ptr, retval) \
|
||||
do { \
|
||||
if(ptr == PULSE_NULLPTR) \
|
||||
|
||||
Reference in New Issue
Block a user