VCL RAD DirectX for C++ Builder

Welcome to

www.tdxlibrary.org

Home of the
the TDx_Library...

=- RAD DirectX =-

"RAD DirectX"
for
C++ Builder

...

Welcome to tdxlibrary.org Latest News

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

Register our Tools Available Downloads

Frequently Asked Questions Links to other sites Information about the tdxlibrary.org website


    TDx_3DI_Library v2.00 Component Reference

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

    [ TD3DPrimCaps::AlphaCmpCaps ]     [ next: DestBlendCaps ]    

    public:

        __property dword AlphaCmpCaps = { read=FGetAlphaCmpCaps, write=FSetAlphaCmpCaps, default=0 };




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

    • Description

        The AlphaCmpCaps property indicates which alpha test comparisons are available.
        The described effect applies when the flag is set.

        Alpha tests are not supported if only 0, D3DPCMPCAPS_ALWAYS or D3DPCMPCAPS_NEVER are set.
    • 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: darren_john_dwyer@hotmail.com.



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Links |  Site Information

This page is Copyright © 2019 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.