use GetSPVData/GetSPVSize instead of GetCode/GetCodeSize

This commit is contained in:
2023-03-19 20:23:54 +08:00
parent 09277924f1
commit aed56a35e0
4 changed files with 10 additions and 10 deletions

View File

@@ -72,8 +72,8 @@ public:
bool CreateShader(ShaderCreateInfo *);
const uint32_t *GetCode()const;
const size_t GetCodeSize()const;
const uint32_t *GetSPVData()const;
const size_t GetSPVSize()const;
};//class ShaderCreateInfo
SHADERGEN_NAMESPACE_END
#endif//HGL_SHADER_CREATE_INFO_INCLUDE