diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-24 18:24:19 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-01 21:08:13 -0600 |
| commit | a80a1a97b8f26dd035fabb2c6762447c71b73ba7 (patch) | |
| tree | 5bb97b3f4a60e230bcf1f0f58506df23f61d11c6 /vulkan.py | |
| parent | 58d1fc661197d73b789f5d8628cbf3393529699b (diff) | |
| download | usermoji-a80a1a97b8f26dd035fabb2c6762447c71b73ba7.tar.xz | |
bug-14014: Allow multiple entrypoints in modules
Continue implementation of shader module.
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -478,6 +478,11 @@ core = Extension( Param("const VkDepthStencilViewCreateInfo*", "pCreateInfo"), Param("VkDepthStencilView*", "pView")]), + Proto("VkResult", "CreateShaderModule", + [Param("VkDevice", "device"), + Param("const VkShaderModuleCreateInfo*", "pCreateInfo"), + Param("VkShaderModule*", "pShaderModule")]), + Proto("VkResult", "CreateShader", [Param("VkDevice", "device"), Param("const VkShaderCreateInfo*", "pCreateInfo"), |
