Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ NewPredicate
Function
NewPredicate
engine/render/src/render/render.cpp:1316–1320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1314
}
1315
1316
HPredicate NewPredicate()
1317
{
1318
HPredicate predicate = new Predicate();
1319
return predicate;
1320
}
1321
1322
void DeletePredicate(HPredicate predicate)
1323
{
Callers
1
RenderScript_Predicate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected