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

Function CmdSetLineWidth

icd/generated/function_definitions.h:893–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891 // Not a CREATE or DESTROY function
892}
893static VKAPI_ATTR void VKAPI_CALL CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected