RetroArch
Public Member Functions | Public Attributes | List of all members
glslang::TIoRange Struct Reference

#include <localintermediate.h>

Collaboration diagram for glslang::TIoRange:
[legend]

Public Member Functions

 TIoRange (TRange location, TRange component, TBasicType basicType, int index)
 
bool overlap (const TIoRange &rhs) const
 

Public Attributes

TRange location
 
TRange component
 
TBasicType basicType
 
int index
 

Constructor & Destructor Documentation

◆ TIoRange()

glslang::TIoRange::TIoRange ( TRange  location,
TRange  component,
TBasicType  basicType,
int  index 
)
inline

Member Function Documentation

◆ overlap()

bool glslang::TIoRange::overlap ( const TIoRange rhs) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ basicType

TBasicType glslang::TIoRange::basicType

◆ component

TRange glslang::TIoRange::component

◆ index

int glslang::TIoRange::index

◆ location

TRange glslang::TIoRange::location

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