Diligent Engine  v.2.4.g
Public Member Functions | Public Attributes | List of all members
Diligent::DWParam Struct Reference

#include <CommandContext.hpp>

Public Member Functions

 DWParam (FLOAT f)
 
 DWParam (UINT u)
 
 DWParam (INT i)
 
void operator= (FLOAT f)
 
void operator= (UINT u)
 
void operator= (INT i)
 

Public Attributes

union {
   FLOAT   Float
 
   UINT   Uint
 
   INT   Int
 
}; 
 

Constructor & Destructor Documentation

◆ DWParam() [1/3]

Diligent::DWParam::DWParam ( FLOAT  f)
inline

◆ DWParam() [2/3]

Diligent::DWParam::DWParam ( UINT  u)
inline

◆ DWParam() [3/3]

Diligent::DWParam::DWParam ( INT  i)
inline

Member Function Documentation

◆ operator=() [1/3]

void Diligent::DWParam::operator= ( FLOAT  f)
inline

◆ operator=() [2/3]

void Diligent::DWParam::operator= ( INT  i)
inline

◆ operator=() [3/3]

void Diligent::DWParam::operator= ( UINT  u)
inline

Member Data Documentation

◆ @54

union { ... }

◆ Float

FLOAT Diligent::DWParam::Float

◆ Int

INT Diligent::DWParam::Int

◆ Uint

UINT Diligent::DWParam::Uint

The documentation for this struct was generated from the following file: