nw::gfx::res::ResRasterization Class

Syntax

class ResRasterization : public nw::ut::ResCommon< ResRasterizationData >

Description

Binary resource class that manages the polygon pasteurization methods.

Enumerated Types

CullingMode The culling mode.

Member Functions

ResRasterization Constructor.
ref
operator ==
operator!=
GetFlags Gets the flag value.
SetFlags Sets flag value. Unset flags are disabled.
EnableFlags Enables the flag value that has been set. Unset flags are not changed.
DisableFlags Disables the flag value that has been set. Unset flags are not changed.
GetPolygonOffsetUnit Gets the unit element of the polygon offset.
SetPolygonOffsetUnit Sets the unit element of the polygon offset.
GetCommandBuffer Gets a pointer to the command buffer.
GetCullingMode Gets the culling mode.
SetCullingMode Sets the culling mode.
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::ResRasterization


CONFIDENTIAL