Searched defs:isNullHandleOnAllocationFailure (Results 1 – 1 of 1) sorted by relevance
3217 template<typename T> inline bool isNullHandleOnAllocationFailure (Context&) { return false; } in isNullHandleOnAllocationFailure() function3220 template<> inline bool isNullHandleOnAllocationFailure<VkCommandBuffer> (Context& context) { ret… in isNullHandleOnAllocationFailure() function3221 template<> inline bool isNullHandleOnAllocationFailure<VkDescriptorSet> (Context& context) { ret… in isNullHandleOnAllocationFailure() function3222 template<> inline bool isNullHandleOnAllocationFailure<VkPipeline> (Context&) { return true;… in isNullHandleOnAllocationFailure() function