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

Function CmdSetDepthTestEnable

icd/generated/function_definitions.h:1309–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307 // Not a CREATE or DESTROY function
1308}
1309static VKAPI_ATTR void VKAPI_CALL CmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) {
1310 // Not a CREATE or DESTROY function
1311}
1312static VKAPI_ATTR void VKAPI_CALL CmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) {
1313 // Not a CREATE or DESTROY function
1314}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected