Index

C/C++ Functions

dcRasterizerExt

void dcRasterizerExt(DT_DCRASTER dcr)

Short Description: Deinitialize and destroy D-Type Direct Color Rasterizer

This function deinitializes and destroys the D-Type Direct Color Rasterizer instance created by a previous call to dcRasterizerIni. This function must be called before the application terminates for each D-Type Direct Color Rasterizer instance.

Parameters

ParameterDescription

dcr

Handle of the previously created D-Type Direct Color Rasterizer instance.

 

Index