Multithread rendering

This commit is contained in:
ronaldhordijk
2005-09-11 10:20:56 +00:00
parent 8e90d82350
commit b8ea205da3
7 changed files with 816 additions and 236 deletions

View File

@ -46,6 +46,11 @@ type
PBucket = ^TBucket;
TBucketArray = array of TBucket;
PLongintArray = ^TLongintArray;
TLongintArray = array[0..0] of Longint;
PByteArray = ^TByteArray;
TByteArray = array[0..0] of Byte;
type
TRenderer32 = class(TBaseRenderer)
private