GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
video_3dorder(3) Arcan Lua API video_3dorder(3)

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

nil
video_3dorder(

rt, orderv )

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 rendertarget. This function can be used to change that behavior, depending on orderv: ORDER_NONE / ORDER_SKIP , disable 3d rendering. ORDER_FIRST , complete 3d operations before 2d operations, this is the default. ORDER_LAST , complete 2d operations before 3d operations.

June 2022 vidsys

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.