nw::gfx::res::ResBlendOperation Class

Syntax

class ResBlendOperation : public nw::ut::ResCommon< ResBlendOperationData >

Description

Binary resource class that represents blenders.

Enumerated Types

Mode Definition of blend mode.
LogicOp Defines the calculation method to be used in logical operations.
BlendFactor Definition of I/O components.
BlendEquation Defines the blend equation.

Member Functions

ResBlendOperation Constructor.
ref
operator ==
operator !=
GetMode Gets the blend mode.
SetMode Sets blend mode.
SetBlendColor Sets blend color.
GetBlendColor Gets the blend color.
GetLogicOperation Sets the calculation method for logical calculations.
SetLogicOperation Sets the calculation method for logical calculations.
GetBlendFuncSrcRgb Gets the input components for the color blend equation.
SetBlendFuncSrcRgb Sets the input components for the color blend equation.
GetBlendFuncSrcAlpha Gets the input components for the alpha blend equation.
SetBlendFuncSrcAlpha Sets the input components for the alpha blend equation.
GetBlendFuncDstRgb Gets the output components for the color blend equation.
SetBlendFuncDstRgb Sets the output components for the color blend equation.
GetBlendFuncDstAlpha Gets the output components for the alpha blend equation.
SetBlendFuncDstAlpha Sets the output components for the alpha blend equation.
GetBlendEquationRgb Gets the color blend equation.
SetBlendEquationRgb Sets the color blend equation.
GetBlendEquationAlpha Gets the alpha blend equation.
SetBlendEquationAlpha Sets the alpha blend equation.
GetCommandBuffer Gets a pointer to the command buffer.
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::ResBlendOperation


CONFIDENTIAL