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

Function CmdSetDepthWriteEnable

icd/generated/function_definitions.h:1312–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
1315static VKAPI_ATTR void VKAPI_CALL CmdSetDepthCompareOp(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) {
1316 // Not a CREATE or DESTROY function
1317}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected