www.BCB-Tools.com

Home of
RAD DirectX
for
C++ Builder

...

C++ Builder wrapping DirectX

...

Please Register

So we can
create more

the TDx_Library
the TDx9_Library



Welcome to BCB-Tools.com Latest News

Development Tools Demo Applications Step-by-Step Tutorials Component Reference

Register Here! Available Downloads

Frequently Asked Questions Discussion Forums Receive emails from BCB-Tools.com Send us some Feedback

Links to other sites Information about the BCB-Tools.com website


    TDx_Draw_Library v1.90 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TDx_DrawSurface::Flip() ]     [ next: FreePrivateData() ]     [ prev: EnumOverlayZOrders() ]

    public:

         virtual bool __fastcall Flip( TDx_DrawSurface* pSurfaceTargetOverride, dword pFlags );





    -= Go to the TDx_DrawSurface description =-    TDX_DRAWSURFACE::FLIP()   [ component method ]

    • Description
    • Parameters

        SurfaceTargetOverride
        The SurfaceTargetOverride parameter references a target surface for the flip.
        Set this parameter to NULL to cycle through the surfaces using the normal attachment order.

        Flags
        The Flags parameter defines flags indicating flip options.
        The described effect applies when the flag is set.

          DDFLIP_DONOTWAIT
          Continue with application execution immediately after the flip is attempted without waiting for a return value indicating a successful flip.

          DDFLIP_EVEN
          The surface being flipped to contains the even field of a video signal.
          Mutually exclusive with DDFLIP_ODD.

          DDFLIP_INTERVAL2
          A flip is to occur only every second VSYNC.
          Requires the DDCAPS2_FLIPINTERVAL capability.

          DDFLIP_INTERVAL3
          A flip is to occur only every third VSYNC.
          Requires the DDCAPS2_FLIPINTERVAL capability.

          DDFLIP_INTERVAL4
          A flip is to occur only every fourth VSYNC.
          Requires the DDCAPS2_FLIPINTERVAL capability.

          DDFLIP_NOVSYNC
          The flip will occur as close as possible to the next scan line, regardless of VSYNC timing.
          Requires the DDCAPS2_FLIPNOVSYNC capability.
          Using this flag allows flips to be performed faster than the monitor refresh rate but may cause artifacts.

          DDFLIP_ODD
          The surface being flipped to contains the odd field of a video signal.
          Mutually exclusive with DDFLIP_EVEN.

          DDFLIP_WAIT
          The flip will wait until it can be set up or an error other than DDERR_WASSTILLDRAWING occurs.
          This is the default flip behaviour, use DDFLIP_DONOTWAIT to override.


    • See Also
    • Top





    If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Forums |  Feedback |  Mailing List |  Links |  Site Information

This page is Copyright © 2008 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.