Bug 13632 Header 84 Assorted questions and comments on vulkan.h
diff --git a/tests/vktestframework.h b/tests/vktestframework.h
index 76f02a1..ba53923 100644
--- a/tests/vktestframework.h
+++ b/tests/vktestframework.h
@@ -63,7 +63,7 @@
     int                       m_height;
     void                     *m_data;
     VkImage                 m_presentableImage;
-    VkGpuMemory            m_presentableMemory;
+    VkDeviceMemory            m_presentableMemory;
     unsigned                  m_data_size;
 };
 
@@ -81,7 +81,7 @@
     void Compare(const char *comment, VkImageObj *image);
     void RecordImage(VkImageObj * image);
     void RecordImages(vector<VkImageObj *> image);
-    bool GLSLtoSPV(const VkPipelineShaderStage shader_type,
+    bool GLSLtoSPV(const VkShaderStage shader_type,
                    const char *pshader,
                    std::vector<unsigned int> &spv);
     static bool         m_use_spv;
@@ -96,7 +96,7 @@
     void SetMessageOptions(EShMessages& messages);
     void ProcessConfigFile();
     EShLanguage FindLanguage(const std::string& name);
-    EShLanguage FindLanguage(const VkPipelineShaderStage shader_type);
+    EShLanguage FindLanguage(const VkShaderStage shader_type);
     std::string ConfigFile;
     bool SetConfigFile(const std::string& name);