record __AL_GFX_DRIVER__
Unit
alDrv
Declaration
type __AL_GFX_DRIVER__ = record
Description
Creates and manages the screen bitmap.
Overview
Fields
Description
Fields
w: AL_INT; |
|
physical (not virtual!) screen size
|
h: AL_INT; |
|
physical (not virtual!) screen size
|
linear: AL_BOOL; |
|
true if video memory is linear
|
bank_gran: AL_LONG; |
|
bank size, in bytes
|
vid_mem: AL_LONG; |
|
bank granularity, in bytes
|
vid_phys_base: AL_LONG; |
|
video memory size, in bytes
|
windowed: AL_BOOL; |
|
physical address of video memory
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35
|