11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkCreateShaderModule,vkCreateShaderModule]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
VkResult vkCreateShaderModule(
|
||
|
|
VkDevice device,
|
||
|
|
const VkShaderModuleCreateInfo* pCreateInfo,
|
||
|
|
const VkAllocationCallbacks* pAllocator,
|
||
|
|
VkShaderModule* pShaderModule);
|
||
|
|
----
|