added Debug log.

This commit is contained in:
2022-09-29 18:29:21 +08:00
parent cc02b719e6
commit bb3b06f168
4 changed files with 54 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ public:
const bool IsMesh ()const{return stage_create_info->stage==VK_SHADER_STAGE_MESH_BIT_NV;}
const VkPipelineShaderStageCreateInfo * GetCreateInfo ()const{return stage_create_info;}
operator VkShaderModule ()const{return stage_create_info->module;}
};//class ShaderModule
/**