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

#include <VertexAttribute.h>

Public Member Functions

 VertexAttribute ()
 

Public Attributes

bool enabled
 
GLenum type
 
GLuint size
 
bool normalized
 
bool pureInteger
 
GLuint stride
 
union {
   const GLvoid *   pointer
 
   GLintptr   offset
 
}; 
 
BindingPointer< Bufferbuffer
 
GLuint divisor
 

Constructor & Destructor Documentation

◆ VertexAttribute()

gl::VertexAttribute::VertexAttribute ( )

Member Data Documentation

◆ @682

union { ... }

◆ buffer

BindingPointer<Buffer> gl::VertexAttribute::buffer

◆ divisor

GLuint gl::VertexAttribute::divisor

◆ enabled

bool gl::VertexAttribute::enabled

◆ normalized

bool gl::VertexAttribute::normalized

◆ offset

GLintptr gl::VertexAttribute::offset

◆ pointer

const GLvoid* gl::VertexAttribute::pointer

◆ pureInteger

bool gl::VertexAttribute::pureInteger

◆ size

GLuint gl::VertexAttribute::size

◆ stride

GLuint gl::VertexAttribute::stride

◆ type

GLenum gl::VertexAttribute::type

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