Variable VkPipelineShaderStageCreateInfo.module_

struct VkPipelineShaderStageCreateInfo
{
  // ...
  VkShaderModule_T* module_ ;
  // ...
}