Flutter Engine
The Flutter Engine
|
#include <GrGLProgram.h>
Public Attributes | |
GrVertexAttribType | fCPUType |
SkSLType | fGPUType |
size_t | fOffset |
GrGLint | fLocation |
This class has its own Attribute representation as it does not need the name and we don't want to worry about copying the name string to memory with life time of GrGLProgram. Additionally, these store the attribute location.
Definition at line 38 of file GrGLProgram.h.
GrVertexAttribType GrGLProgram::Attribute::fCPUType |
Definition at line 39 of file GrGLProgram.h.
SkSLType GrGLProgram::Attribute::fGPUType |
Definition at line 40 of file GrGLProgram.h.
GrGLint GrGLProgram::Attribute::fLocation |
Definition at line 42 of file GrGLProgram.h.
size_t GrGLProgram::Attribute::fOffset |
Definition at line 41 of file GrGLProgram.h.