mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 14:45:53 +00:00
Allow aliasing between different descriptor types silently
* Also make the error about duplicate keys less severe - this can happen in practice as different views boil down to the same descriptor bytes and applications don't use only one view.
This commit is contained in:
@@ -2585,6 +2585,8 @@ TEST_CASE("Test rdcbytetrie type", "[basictypes][rdcbytetrie]")
|
||||
{
|
||||
rdcbytetrie<TrieValue> trie;
|
||||
|
||||
trie.SetStrictErrorChecking(true);
|
||||
|
||||
SECTION("Simple lookups")
|
||||
{
|
||||
KV keyVals[] = {
|
||||
|
||||
Reference in New Issue
Block a user