debian man page for render_scene

Query: render_scene

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

render_scene(3alleg4)						  Allegro manual					     render_scene(3alleg4)

NAME
render_scene - Renders all the queued scene polygons. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void render_scene();
DESCRIPTION
Renders all the specified scene_polygon3d()'s on the bitmap passed to clear_scene(). Rendering is done one scanline at a time, with no pixel being processed more than once. Note that between clear_scene() and render_scene() you shouldn't change the clip rectangle of the destination bitmap. For speed reasons, you should set the clip rectangle to the minimum. Note also that all the textures passed to scene_polygon3d() are stored as pointers only and actually used in render_scene().
SEE ALSO
create_scene(3alleg4), clear_scene(3alleg4), destroy_scene(3alleg4), scene_gap(3alleg4), scene_polygon3d(3alleg4), exscn3d(3alleg4) Allegro version 4.4.2 render_scene(3alleg4)
Related Man Pages
scene_polygon3d(3alleg4) - debian
exscn3d(3alleg4) - suse
exscn3d(3alleg4) - opendarwin
exscn3d(3alleg4) - mojave
render_scene(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph