Revision dac831c1
Added by Leszek Koltunski over 8 years ago
| src/main/java/org/distorted/library/EffectQueueVertex.java | ||
|---|---|---|
| 151 | 151 |
} |
| 152 | 152 |
} |
| 153 | 153 |
|
| 154 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
| 155 |
|
|
| 156 |
static synchronized void sendZero() |
|
| 157 |
{
|
|
| 158 |
GLES30.glUniform1i( mNumEffectsH, 0); |
|
| 159 |
} |
|
| 160 |
|
|
| 154 | 161 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 155 | 162 |
// Do various post-processing on already computed effects. |
| 156 | 163 |
// 1) here unlike in the fragment queue, we don't have to multiply the points by ModelView matrix because that gets done in the shader. |
Also available in: Unified diff
Beginning of support for actual Transform Feedback.