WIP Initialize PIpelines

This commit is contained in:
2021-08-11 00:25:38 -07:00
parent ce7ecbdd9a
commit e3501544db
2 changed files with 94 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ KRShader::KRShader(KRContext &context, std::string name, std::string extension,
{
m_pData = data;
m_extension = extension;
m_subExtension = KRResource::GetFileExtension(name);
}
KRShader::~KRShader()