MCPcopy Create free account
hub / github.com/dfranx/SHADERed / OnUndefinedBehavior

Method OnUndefinedBehavior

src/SHADERed/Objects/DebugInformation.cpp:2821–2826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2819 return ret;
2820 }
2821 void DebugInformation::OnUndefinedBehavior(spvm_state_t state, spvm_word ubID)
2822 {
2823 m_ubLastType = ubID;
2824 m_ubLastLine = state->current_line;
2825 m_ubCount = std::min<spvm_word>(m_ubCount + 1, 11);
2826 }
2827}

Callers 1

onUndefinedBehaviorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected