Unit 'nds9' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libndsfpc]

s_vramBlock

Declaration

Source position: videoGL.inc line 247

type s_vramBlock = packed record

  startAddr: pcuint8;

  endAddr: pcuint8;

  firstBlock: ps_SingleBlock;

  firstEmpty: ps_SingleBlock;

  firstAlloc: ps_SingleBlock;

  lastExamined: ps_SingleBlock;

  lastExaminedAddr: pcuint8;

  lastExaminedSize: cuint32;

  blockPtrs: DynamicArray;

  deallocBlocks: DynamicArray;

  blockCount: cuint32;

  deallocCount: cuint32;

end;


Documentation generated on: 2023-03-18