#include <GrGLSLVarying.h>
Definition at line 38 of file GrGLSLVarying.h.
◆ Scope
Enumerator |
---|
kVertToFrag | |
kVertToGeo | |
kGeoToFrag | |
Definition at line 40 of file GrGLSLVarying.h.
40 {
41 kVertToFrag,
42 kVertToGeo,
43 kGeoToFrag
44 };
◆ GrGLSLVarying() [1/2]
GrGLSLVarying::GrGLSLVarying |
( |
| ) |
|
|
default |
◆ GrGLSLVarying() [2/2]
◆ fsIn()
const char * GrGLSLVarying::fsIn |
( |
| ) |
const |
|
inline |
◆ fsInVar()
◆ isInFragmentShader()
bool GrGLSLVarying::isInFragmentShader |
( |
| ) |
const |
|
inline |
◆ isInVertexShader()
bool GrGLSLVarying::isInVertexShader |
( |
| ) |
const |
|
inline |
◆ reset()
◆ scope()
Scope GrGLSLVarying::scope |
( |
| ) |
const |
|
inline |
◆ type()
◆ vsOut()
const char * GrGLSLVarying::vsOut |
( |
| ) |
const |
|
inline |
◆ vsOutVar()
◆ GrGLSLVaryingHandler
The documentation for this class was generated from the following file: