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

#include <Caps.h>

Public Member Functions

 TypePrecision ()
 
void setIEEEFloat ()
 
void setTwosComplementInt (unsigned int bits)
 
void setSimulatedInt (unsigned int range)
 
void get (GLint *returnRange, GLint *returnPrecision) const
 

Public Attributes

GLint range [2]
 
GLint precision
 

Constructor & Destructor Documentation

◆ TypePrecision()

gl::TypePrecision::TypePrecision ( )

Member Function Documentation

◆ get()

void gl::TypePrecision::get ( GLint returnRange,
GLint returnPrecision 
) const

◆ setIEEEFloat()

void gl::TypePrecision::setIEEEFloat ( )

◆ setSimulatedInt()

void gl::TypePrecision::setSimulatedInt ( unsigned int  range)

◆ setTwosComplementInt()

void gl::TypePrecision::setTwosComplementInt ( unsigned int  bits)

Member Data Documentation

◆ precision

GLint gl::TypePrecision::precision

◆ range

GLint gl::TypePrecision::range[2]

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