inochi2d.fmt.binfmt

Undocumented in source.

Members

Functions

inInterpretDataFromBuffer
size_t inInterpretDataFromBuffer(ubyte[] buffer, T data)
Undocumented in source. Be warned that the author may not have intended to support it.
inVerifyMagicBytes
bool inVerifyMagicBytes(ubyte[] buffer)

Verifies that a buffer has the Inochi2D magic bytes present.

inVerifySection
bool inVerifySection(ubyte[] buffer, ubyte[] section)

Verifies a section

Manifest constants

EXT_SECTION
enum EXT_SECTION;
Undocumented in source.
MAGIC_BYTES
enum MAGIC_BYTES;

Entrypoint magic bytes that define this is an Inochi2D puppet

TEX_SECTION
enum TEX_SECTION;
Undocumented in source.

Meta