The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

comp: Free comp_render_layer on layer destruction

authored by

Christoph Haag and committed by
Jakob Bornecrantz
a5360f22 9a52e238

+2
+2
src/xrt/compositor/main/comp_layer.c
··· 255 255 256 256 self->vk->vkDestroyDescriptorPool(self->vk->device, 257 257 self->descriptor_pool, NULL); 258 + 259 + free(self); 258 260 }