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

#include <blocklayout.h>

Public Member Functions

 BlockMemberInfo ()
 
 BlockMemberInfo (int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix)
 

Static Public Member Functions

static BlockMemberInfo getDefaultBlockInfo ()
 

Public Attributes

int offset
 
int arrayStride
 
int matrixStride
 
bool isRowMajorMatrix
 

Constructor & Destructor Documentation

◆ BlockMemberInfo() [1/2]

sh::BlockMemberInfo::BlockMemberInfo ( )
inline

◆ BlockMemberInfo() [2/2]

sh::BlockMemberInfo::BlockMemberInfo ( int  offset,
int  arrayStride,
int  matrixStride,
bool  isRowMajorMatrix 
)
inline

Member Function Documentation

◆ getDefaultBlockInfo()

static BlockMemberInfo sh::BlockMemberInfo::getDefaultBlockInfo ( )
inlinestatic

Member Data Documentation

◆ arrayStride

int sh::BlockMemberInfo::arrayStride

◆ isRowMajorMatrix

bool sh::BlockMemberInfo::isRowMajorMatrix

◆ matrixStride

int sh::BlockMemberInfo::matrixStride

◆ offset

int sh::BlockMemberInfo::offset

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