webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
rx::PackedVarying Struct Reference

#include <VaryingPacking.h>

Public Member Functions

 PackedVarying (const sh::ShaderVariable &varyingIn, sh::InterpolationType interpolationIn)
 
 PackedVarying (const sh::ShaderVariable &varyingIn, sh::InterpolationType interpolationIn, const std::string &parentStructNameIn)
 
bool isStructField () const
 

Public Attributes

const sh::ShaderVariablevarying
 
bool vertexOnly
 
sh::InterpolationType interpolation
 
std::string parentStructName
 

Constructor & Destructor Documentation

◆ PackedVarying() [1/2]

rx::PackedVarying::PackedVarying ( const sh::ShaderVariable varyingIn,
sh::InterpolationType  interpolationIn 
)
inline

◆ PackedVarying() [2/2]

rx::PackedVarying::PackedVarying ( const sh::ShaderVariable varyingIn,
sh::InterpolationType  interpolationIn,
const std::string parentStructNameIn 
)
inline

Member Function Documentation

◆ isStructField()

bool rx::PackedVarying::isStructField ( ) const
inline

Member Data Documentation

◆ interpolation

sh::InterpolationType rx::PackedVarying::interpolation

◆ parentStructName

std::string rx::PackedVarying::parentStructName

◆ varying

const sh::ShaderVariable* rx::PackedVarying::varying

◆ vertexOnly

bool rx::PackedVarying::vertexOnly

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