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

#include <Program.h>

Public Member Functions

 VariableLocation ()
 
 VariableLocation (const std::string &name, unsigned int element, unsigned int index)
 

Public Attributes

std::string name
 
unsigned int element
 
unsigned int index
 
bool used
 
bool ignored
 

Constructor & Destructor Documentation

◆ VariableLocation() [1/2]

gl::VariableLocation::VariableLocation ( )

◆ VariableLocation() [2/2]

gl::VariableLocation::VariableLocation ( const std::string name,
unsigned int  element,
unsigned int  index 
)

Member Data Documentation

◆ element

unsigned int gl::VariableLocation::element

◆ ignored

bool gl::VariableLocation::ignored

◆ index

unsigned int gl::VariableLocation::index

◆ name

std::string gl::VariableLocation::name

◆ used

bool gl::VariableLocation::used

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