Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
video_3dorder(3)		  Arcan Lua API 		video_3dorder(3)

NAME
     video_3dorder  - Switch when, in relation to the 2d pipeline, 3d processing
     should be active.

SYNOPSIS
     nil
     video_3dorder( rt, orderv )

DESCRIPTION
     Due to technical / engine restrictions, the 3D pipeline is shared with  the
     2D  one storage- and API  wise, but is performed separately. The default is
     that the 3D pipeline is performed first, with 2D operations drawn on top of
     that. If rt  is specified, the flag is only applied to the  specified  ren-
     dertarget.  This function can be used to change that behavior, depending on
     orderv: ORDER_NONE / ORDER_SKIP , disable 3d rendering.  ORDER_FIRST , com-
     plete 3d operations before 2d operations, this is the default.   ORDER_LAST
     , complete 2d operations before 3d operations.

vidsys				   August 2026			video_3dorder(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=video_3dorder&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help