The open source OpenXR runtime
0
fork

Configure Feed

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

c/util: Name all fence objects

+3
+3
src/xrt/compositor/util/comp_sync.c
··· 108 108 return XRT_ERROR_VULKAN; 109 109 } 110 110 111 + // Name for debugging. 112 + VK_NAME_OBJECT(vk, FENCE, fence, "Comp Sync"); 113 + 111 114 struct fence *f = U_TYPED_CALLOC(struct fence); 112 115 f->base.wait = fence_wait; 113 116 f->base.destroy = fence_destroy;