Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ ResetAttributes
Method
ResetAttributes
deps/LLGL/sources/Core/Image.cpp:501–506 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
*/
500
501
void Image::ResetAttributes()
502
{
503
format_ = ImageFormat::RGBA;
504
dataType_ = DataType::UInt8;
505
extent_ = { 0, 0, 0 };
506
}
507
508
std::size_t Image::GetDataPtrOffset(const Offset3D& offset) const
509
{
Callers
2
Image
Method · 0.80
Image.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected