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

@ -28,8 +28,6 @@ type
TRendererMM64 = class(TBaseRenderer)
private
oversample: Integer;
filter_width: Integer;
filter: array of array of extended;
image_Width: Int64;
image_Height: Int64;