unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkDestroyShaderModule.txt

10 lines
367 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkDestroyShaderModule,vkDestroyShaderModule]]
[source,c++]
----
void vkDestroyShaderModule(
VkDevice device,
VkShaderModule shaderModule,
const VkAllocationCallbacks* pAllocator);
----