Wiki Page Content

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2011-04-21 16:55:18
Size: 1190
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 4 as of 2012-01-03 23:27:13
Size: 1245
Editor: SheenaSmith
Comment: cached searchs
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:

<<FullSearch(category:CategoryEnum CategoryRender)>>
<<FullSearchCached(category:CategoryEnum CategoryRender -SGEnumerations)>>
Line 35: Line 34:

<<FullSearch(category:CategoryStruct CategoryRender)>>
<<FullSearchCached(category:CategoryStruct CategoryRender -SGStructures)>>
Line 39: Line 37:

<<FullSearch(category:CategoryRender -CategoryEnum -CategoryStruct)>>
<<FullSearchCached(category:CategoryRender -CategoryEnum -CategoryStruct -SGFunctions)>>

2D Accelerated Rendering

Include File(s): SDL_render.h

Introduction

This category contains functions for 2D accelerated rendering.

This API supports the following features:

  • single pixel points
  • single pixel lines
  • filled rectangles
  • texture images

All of these may be drawn in opaque, blended, or additive modes.

The texture images can have an additional color tint or alpha modulation applied to them, and may also be stretched with linear interpolation.

This API is designed to accelerate simple 2D operations. You may want more functionality such as rotation and particle effects and in that case you should use SDL's OpenGL/Direct3D support or one of the many good 3D engines.

Enumerations

Structures

Functions


CategoryCategory

None: CategoryRender (last edited 2017-04-08 21:25:06 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit