PFN_vkCmdFillBuffer

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (System)
alias PFN_vkCmdFillBuffer = void function
(
VkCommandBuffer commandBuffer
,
VkBuffer dstBuffer
,
VkDeviceSize dstOffset
,
VkDeviceSize size
,
uint32_t data
)

Meta