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

#include <formatutils.h>

Inheritance diagram for gl::VertexFormat:
angle::NonCopyable

Public Member Functions

 VertexFormat (GLenum typeIn, GLboolean normalizedIn, GLuint componentsIn, bool pureIntegerIn)
 
- Public Member Functions inherited from angle::NonCopyable
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 

Public Attributes

GLenum type
 
GLboolean normalized
 
GLuint components
 
bool pureInteger
 

Additional Inherited Members

- Protected Member Functions inherited from angle::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
void operator= (const NonCopyable &)=delete
 

Constructor & Destructor Documentation

◆ VertexFormat()

gl::VertexFormat::VertexFormat ( GLenum  typeIn,
GLboolean  normalizedIn,
GLuint  componentsIn,
bool  pureIntegerIn 
)

Member Data Documentation

◆ components

GLuint gl::VertexFormat::components

◆ normalized

GLboolean gl::VertexFormat::normalized

◆ pureInteger

bool gl::VertexFormat::pureInteger

◆ type

GLenum gl::VertexFormat::type

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