public class Shader
extends java.lang.Object
| Constructor and Description |
|---|
Shader(int type,
java.lang.String source) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(int program) |
void |
compile() |
static int |
compile(java.lang.String source,
int type) |
java.lang.String |
getLog() |
static java.lang.String |
getLog(int shader) |
Copyright © 2013-2014. All Rights Reserved.