MCPcopy Create free account
hub / github.com/defold/defold / NewDisplayProfiles

Function NewDisplayProfiles

engine/render/src/render/display_profiles.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 { }
41
42 HDisplayProfiles NewDisplayProfiles()
43 {
44 DisplayProfiles* profiles = new DisplayProfiles();
45 profiles->m_NameHash = 0x0;
46 profiles->m_AutoLayoutSelection = true;
47 return profiles;
48 }
49
50
51 void DeleteDisplayProfiles(HDisplayProfiles profiles)

Callers 3

TESTFunction · 0.85
ResDisplayProfilesCreateFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68