mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Rename typeHint to typeCast
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user