| 3323 | // Not a CREATE or DESTROY function |
| 3324 | } |
| 3325 | static VKAPI_ATTR void VKAPI_CALL CmdSetCoarseSampleOrderNV(VkCommandBuffer commandBuffer, |
| 3326 | VkCoarseSampleOrderTypeNV sampleOrderType, |
| 3327 | uint32_t customSampleOrderCount, |
| 3328 | const VkCoarseSampleOrderCustomNV* pCustomSampleOrders) { |
| 3329 | // Not a CREATE or DESTROY function |
| 3330 | } |
| 3331 | static VKAPI_ATTR VkResult VKAPI_CALL CreateAccelerationStructureNV(VkDevice device, |
| 3332 | const VkAccelerationStructureCreateInfoNV* pCreateInfo, |
| 3333 | const VkAllocationCallbacks* pAllocator, |
nothing calls this directly
no outgoing calls
no test coverage detected