This commit is contained in:
Branimir Karadžić 2015-09-04 21:20:55 -07:00
parent 493ed72e45
commit 6482c8901f
3 changed files with 12 additions and 0 deletions

View file

@ -3529,6 +3529,10 @@ BX_PRAGMA_DIAGNOSTIC_POP();
m_constantBuffer->writeUniformHandle( (UniformType::Enum)(type|fragmentBit), regIndex, info->m_handle, regCount);
}
}
else
{
kind = "sampler";
}
BX_TRACE("\t%s: %s (%s), num %2d, r.index %3d, r.count %2d"
, kind

View file

@ -3523,6 +3523,10 @@ data.NumQualityLevels = 0;
m_constantBuffer->writeUniformHandle( (UniformType::Enum)(type|fragmentBit), regIndex, info->m_handle, regCount);
}
}
else
{
kind = "sampler";
}
BX_TRACE("\t%s: %s (%s), num %2d, r.index %3d, r.count %2d"
, kind

View file

@ -2230,6 +2230,10 @@ namespace bgfx { namespace d3d9
m_constantBuffer->writeUniformHandle( (UniformType::Enum)(type|fragmentBit), regIndex, info->m_handle, regCount);
}
}
else
{
kind = "sampler";
}
BX_TRACE("\t%s: %s (%s), num %2d, r.index %3d, r.count %2d"
, kind