Rename typeHint to typeCast

This commit is contained in:
baldurk
2019-10-30 16:33:44 +00:00
parent e6627542cf
commit 01344c7e83
39 changed files with 452 additions and 435 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
CompType compType = m_Tex->format.compType;
if(compType == CompType::Typeless)
compType = display.typeHint;
compType = display.typeCast;
m_IsUint = (compType == CompType::UInt);
m_IsSint = (compType == CompType::SInt);