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