MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdSetDepthBounds

Function CmdSetDepthBounds

icd/generated/function_definitions.h:903–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901 // Not a CREATE or DESTROY function
902}
903static VKAPI_ATTR void VKAPI_CALL CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds) {
904 // Not a CREATE or DESTROY function
905}
906static VKAPI_ATTR void VKAPI_CALL CmdSetStencilCompareMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask,
907 uint32_t compareMask) {
908 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected