Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-12-31 05:21:20
Size: 935
Editor: SheenaSmith
Comment: remove references to compat API (only commented out on this one)
Revision 5 as of 2011-12-31 05:24:02
Size: 937
Editor: SheenaSmith
Comment: remove references to compat API (only commented out on this one)
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:

SDL_HINT_FRAMEBUFFER_ACCELERATION

A hint that specifies how 3D acceleration is used to accelerate the SDL 1.2 screen surface.

Values

0

disable 3D acceleration

1

enable 3D acceleration, using the default renderer

X

enable 3D acceleration, using X where X is one of the valid rendering drivers. (e.g. "direct3d", "opengl", etc.

Default

By default SDL tries to make a best guess whether to use acceleration or not on each platform.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryDefine, CategoryHints

None: SDL_HINT_FRAMEBUFFER_ACCELERATION (last edited 2013-07-29 03:11:53 by RyanGordon)

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