Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenSWspan Struct Reference
Detailed DescriptionThe SWspan structure describes the colors, Z, fogcoord, texcoords, etc for either a horizontal run or an array of independent pixels. We can either specify a base/step to indicate interpolated values, or fill in explicit arrays of values. The interpMask and arrayMask bitfields indicate which attributes are active interpolants or arrays, respectively. It would be interesting to experiment with multiprocessor rasterization with this structure. The triangle rasterizer could simply emit a stream of these structures which would be consumed by one or more span-processing threads which could run in parallel. The documentation for this struct was generated from the following file:
Generated on Sat May 26 2012 06:44:08 for ReactOS by
1.7.6.1
|