MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / IsValid

Method IsValid

src/Nazara/Utility/Image.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 bool ImageParams::IsValid() const
36 {
37 return true; // Rien à vérifier
38 }
39
40 Image::Image() :
41 m_sharedImage(&emptyImage)

Callers 5

CopyMethod · 0.45
FillMethod · 0.45
LoadArrayFromImageMethod · 0.45
LoadCubemapFromImageMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected