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

Function CmdSetStencilTestEnable

icd/generated/function_definitions.h:1321–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319 // Not a CREATE or DESTROY function
1320}
1321static VKAPI_ATTR void VKAPI_CALL CmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) {
1322 // Not a CREATE or DESTROY function
1323}
1324static VKAPI_ATTR void VKAPI_CALL CmdSetStencilOp(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp,
1325 VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) {
1326 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected