Render pass descriptor handles

This commit is contained in:
Greg Wells
2025-06-04 09:49:43 -04:00
parent c48e11f998
commit f20d701353
9 changed files with 27 additions and 21 deletions

View File

@@ -27,8 +27,6 @@ struct gnOutputDevice_t {
gnPhysicalDevice physicalDevice;
};
#endif
typedef struct gnOutputDevice_t* gnOutputDeviceHandle;
typedef gnOutputDeviceHandle gnOutputDevice;
gnReturnCode gnCreateOutputDevice(gnOutputDeviceHandle* outputDevice, gnInstanceHandle instance, struct gnOutputDeviceInfo_t deviceInfo);
void gnWaitForDevice(gnOutputDeviceHandle device);