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

Function CmdPushConstants

icd/generated/function_definitions.h:846–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844 // Not a CREATE or DESTROY function
845}
846static VKAPI_ATTR void VKAPI_CALL CmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout,
847 VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size,
848 const void* pValues) {
849 // Not a CREATE or DESTROY function
850}
851static VKAPI_ATTR VkResult VKAPI_CALL CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache,
852 uint32_t createInfoCount,
853 const VkGraphicsPipelineCreateInfo* pCreateInfos,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected