Unit 'GGI' Package
[Overview][Constants][Types][Procedures and functions][Index] [#ggi]

TGGIDirectBuffer

Declaration

Source position: ggi.pp line 444

type TGGIDirectBuffer = record

  BufferType: LongWord;

  frame: Integer;

  resource: TGGIResource;

  read: Pointer;

  write: Pointer;

  page_size: LongWord;

  noaccess: LongWord;

  align: LongWord;

  layout: TGGIBufferLayout;

  buffer: record

    case Integer of

      0: (

          plb: TGGIPixelLinearBuffer;

        );

      1: (

          plan: TGGIPixelPlanarBuffer;

        );

      2: (

          extended: Pointer;

        );

  end;

end;


Documentation generated on: 2023-03-18