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

Function CmdSetDepthBias

icd/generated/function_definitions.h:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894 // Not a CREATE or DESTROY function
895}
896static VKAPI_ATTR void VKAPI_CALL CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor,
897 float depthBiasClamp, float depthBiasSlopeFactor) {
898 // Not a CREATE or DESTROY function
899}
900static VKAPI_ATTR void VKAPI_CALL CmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4]) {
901 // Not a CREATE or DESTROY function
902}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected