MCPcopy 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
501void Image::ResetAttributes()
502{
503 format_ = ImageFormat::RGBA;
504 dataType_ = DataType::UInt8;
505 extent_ = { 0, 0, 0 };
506}
507
508std::size_t Image::GetDataPtrOffset(const Offset3D& offset) const
509{

Callers 2

ImageMethod · 0.80
Image.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected