Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Copy
Method · 0.45
Fill
Method · 0.45
LoadArrayFromImage
Method · 0.45
LoadCubemapFromImage
Method · 0.45
Update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected