public static extern unsafe Result vkCreateShaderModule(IntPtr device, ShaderModuleCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, ulong *pShaderModule);
Beispiel #2
0
 internal static unsafe extern Result vkCreateShaderModule(IntPtr device, ShaderModuleCreateInfo *pCreateInfo, AllocationCallbacks *pAllocator, UInt64 *pShaderModule);
Beispiel #3
0
 internal static unsafe extern Result vkCreateShaderModule(Device device, ShaderModuleCreateInfo *CreateInfo, AllocationCallbacks *Allocator, out IntPtr pShaderModule);
 internal static unsafe extern Result vkCreateShaderModule(IntPtr device, ShaderModuleCreateInfo *CreateInfo, IntPtr Allocator, UInt64 *ShaderModule);