BCB-Tools.com

Home of
RAD DirectX

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 TDx_DrawSurface description =-   Component: TDX_DRAWSURFACE::FLIP()

    Go to the Welcome Page
    [ TDx_DrawSurface ]     [ next: FreePrivateData() ]     [ prev: EnumOverlayZOrders() ]

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

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


    DESCRIPTION

    Top     Parameters     See Also

    The TDx_DrawSurface::Flip method will cause the next surface in a flip chain to become the DDSCAPS_FRONTBUFFER surface.

    The current DDSCAPS_FRONTBUFFER surface becomes a back buffer and moves to the back of the flip chain.

    This method may only be called for surfaces with DDSCAPS_FLIP and DDSCAPS_FRONTBUFFER set.

    Flips are automatically synchronized with the vertical blank.

    If the method call fails, the OnError event will be triggered with one of the following values:
    DDERR_GENERIC
    DDERR_INVALIDOBJECT
    DDERR_INVALIDPARAMS
    DDERR_NOFLIPHW
    DDERR_NOTFLIPPABLE
    DDERR_SURFACEBUSY
    DDERR_SURFACELOST
    DDERR_UNSUPPORTED
    DDERR_WASSTILLDRAWING




    PARAMETERS

    Top     See Also

      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     Parameters






























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.