![]() |
![]()
| ![]() |
![]()
NAMErendertarget_reconfigure - Change the output density or processing flags of a rendertarget SYNOPSISnil
DESCRIPTIONTwo major properties of a rendertarget are the intended output density and the targetted colour space. For vectorized assets that are sized in physical units e.g. pt (1/72th of an inch) like with render_text, the engine needs knowledge of the target output before drawing. By default, this is some display-dependent initial size, accessible through the global constants HPPCM and VPPCM , or 38.4 when those cannot be found. When targeting a display, locally or remote, that has a different density it is typically advised to update the rendertarget pipeline that gets mapped to that output using this function. Whenever an asset gets created or attached to a rendertarget, it will be rerastered to match the density of the rendertarget. NOTES
SEE ALSO:
|