|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <formatutils.h>
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 |
| gl::VertexFormat::VertexFormat | ( | GLenum | typeIn, |
| GLboolean | normalizedIn, | ||
| GLuint | componentsIn, | ||
| bool | pureIntegerIn | ||
| ) |
| GLuint gl::VertexFormat::components |
| GLboolean gl::VertexFormat::normalized |
| bool gl::VertexFormat::pureInteger |
| GLenum gl::VertexFormat::type |
1.8.13