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

Function onUndefinedBehavior

src/SHADERed/Objects/DebugInformation.cpp:310–314  ·  view source on GitHub ↗

analyzer functions */

Source from the content-addressed store, hash-verified

308
309/* analyzer functions */
310void onUndefinedBehavior(struct spvm_state* state, spvm_word ub)
311{
312 ed::DebugInformation* dbgr = (ed::DebugInformation*)state->owner->user_data;
313 dbgr->OnUndefinedBehavior(state, ub);
314}
315
316/* helper functions */
317bool isPointInTriangle(glm::vec2 p, glm::vec2 p0, glm::vec2 p1, glm::vec2 p2)

Callers

nothing calls this directly

Calls 1

OnUndefinedBehaviorMethod · 0.80

Tested by

no test coverage detected