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

Function CmdSetStencilWriteMask

icd/generated/function_definitions.h:910–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908 // Not a CREATE or DESTROY function
909}
910static VKAPI_ATTR void VKAPI_CALL CmdSetStencilWriteMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask,
911 uint32_t writeMask) {
912 // Not a CREATE or DESTROY function
913}
914static VKAPI_ATTR void VKAPI_CALL CmdSetStencilReference(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask,
915 uint32_t reference) {
916 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected