From 0a35dcdff977a6665e1ea0d38ab11a4fa4a46cfd Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sun, 28 Jun 2015 13:01:17 -0600 Subject: bug 14014: Fill out support for VkShaderModule Updated tests and demos to properly use VkShaderModule. Add support to shader_checker for shader module. Doesn't do anything with the pName parameter. --- include/vulkan.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/vulkan.h') diff --git a/include/vulkan.h b/include/vulkan.h index bf721bda..874caf42 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1593,9 +1593,7 @@ typedef struct VkShaderCreateInfo_ VkStructureType sType; // Must be VK_STRUCTURE_TYPE_SHADER_CREATE_INFO const void* pNext; // Pointer to next structure VkShaderModule module; // Module containing entry point - const char* name; // Null-terminate entry point name - size_t codeSize; // Specified in bytes - const void* pCode; + const char* pName; // Null-terminate entry point name VkShaderCreateFlags flags; // Reserved } VkShaderCreateInfo; -- cgit v1.2.3