nw::gfx::res::ResShaderSymbol Class

Syntax

class ResShaderSymbol : public nw::ut::ResCommon< ResShaderSymbolData >

Description

Binary resource class that represents shader symbols.

Member Functions

ResShaderSymbol Constructor.
ref
operator ==
operator !=
GetName Gets the shader symbol name.
IsEnabled Gets the shader symbol enable flag.
SetEnabled Sets the shader symbol enable flag.
GetDefaultValue Gets the initial value.
GetDefaultValueData Gets the initial value.
IsGeometryUniform Gets a flag representing whether a value is a geometry shader parameter.
SetGeometryUniform Sets a flag representing whether a value is a geometry shader parameter.
GetLocation Gets the shader uniform location.
SetLocation Sets the shader uniform location.
ptr Returns a pointer to a binary resource structure. (Inherited from ResCommon)
IsValid Determines whether a pointer to a resource is null.(Inherited from ResCommonBase.
S GetClassName

Class Hierarchy

nw::ut::ResCommonBase
  nw::ut::ResCommon
    nw::gfx::res::ResShaderSymbol


CONFIDENTIAL