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_3DI_Library v1.90 Component Reference

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

    [ TD3DPrimCaps::ZCmpCaps ]     [ prev: TextureFilterCaps ]

    public:

        __property dword ZCmpCaps = { read=FGetZCmpCaps, write=FSetZCmpCaps, default=0 };




    -= Go to the TD3DPrimCaps description =-    TD3DPRIMCAPS::ZCMPCAPS   [ component property ]

    • Description

        These flags indicate what Z buffer comparison functions are available.
        The described effect applies when the flag is set.

        Z comparisons determine whether or not to draw a z-buffered pixel.
    • Flags

        D3DPCMPCAPS_ALWAYS
        Z-comparisions are not supported and all z-comparisions will be passed.

        D3DPCMPCAPS_EQUAL
        Equality z-comparisons are available, the test being passed if the new z-value is equal to the current z-value.

        D3DPCMPCAPS_GREATER
        Greater than z-comparisions are available, the test being passed if the new z-value is greater than the current z-value.

        D3DPCMPCAPS_GREATEREQUAL
        Greater than or equal to z-comparisons are available, the test being passed if the new z-value is greater than or equal to the current z-value.

        D3DPCMPCAPS_LESS
        Less than z-comparisions are available, the test being passed if the new z-value is less than the current z-value.

        D3DPCMPCAPS_LESSEQUAL
        Less than or equal to z-comparisions are available, the test being passed if the new z-value is less than or equal to the current z-value.

        D3DPCMPCAPS_NEVER
        Z-comparisions are unavailable and all z-comparisions will be failed.

        D3DPCMPCAPS_NOTEQUAL
        Not equal z-comparisions are available, the test being passed if the new z-value is not equal to the current z-value.

    • 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.