nw::gfx::res::ResFragmentLightingTable Class

Syntax

class ResFragmentLightingTable : public nw::ut::ResCommon< ResFragmentLightingTableData >

Description

Binary resource class that represents fragment lighting tables.

Member Functions

ResFragmentLightingTable Constructor.
ref
operator==
operator!=
GetReflectanceRSampler Gets the lookup table for the R component of a reflection.
GetReflectanceGSampler Gets the lookup table for the G component of a reflection.
GetReflectanceBSampler Gets the lookup table for the B component of a reflection.
GetDistribution0Sampler Gets the lookup table for Distribution 0.
GetDistribution1Sampler Gets the lookup table for Distribution 1.
GetFresnelSampler Gets the Fresnel factor lookup table.
Setup Initializes a resource.
Cleanup Cleans up a resource.
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::ResFragmentLightingTable


CONFIDENTIAL