nw::gfx::res::ResLightingLookupTable Class

Syntax

class ResLightingLookupTable : public nw::ut::ResCommon< ResLightingLookupTableData >

Description

Binary resource class that represents lookup tables for lighting.

Enumerated Types

Input Definition of lookup table input values.
Scale Definition of the lookup table scale value.

Member Functions

ResLightingLookupTable Constructor.
ref
operator==
operator!=
GetInput Gets the input settings in the lookup table.
SetInput Sets the input settings in a lookup table.
GetScale Gets the scale setting in the lookup table.
SetScale Sets the scale setting in the lookup table.
GetScaleF32 Gets the scale value as a float type.
SetScaleF32 Sets the scale value as a float type.
GetSampler Gets a lookup table.
IsAbs Gets whether input values used to access the lookup table are converted into absolute values.
Cleanup Cleans up a resource.
SetSampler Sets the lookup table. Resources are not freed because this parameter is set to the table being referenced.
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::ResLightingLookupTable


CONFIDENTIAL