nw::gfx::res::ResAlphaTest Class

Syntax

class ResAlphaTest : public nw::ut::ResCommon< ResAlphaTestData >

Description

Binary resource class that represents alpha tests.

Enumerated Types

TestFunc The alpha test comparison function.

Member Functions

ResAlphaTest Constructor.
ref
operator==
operator!=
IsTestEnabled Gets whether the alpha test is enabled.
SetTestEnabled Sets the alpha test enable flag.
GetTestFunc Gets the comparison function used for the alpha test.
SetTestFunc Sets the comparison function used for the alpha test.
GetTestReference Gets the reference value used for the alpha test.
SetTestReference Sets the reference value used for the alpha test.
GetCommandBuffer Gets a pointer to the command buffer.
ptr Returns a pointer to a binary resource structure. (Derived from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Derived from ResCommonBase.)
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResAlphaTest


CONFIDENTIAL