summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsFont.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsFont.cpp')
-rw-r--r--libs/rs/rsFont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsFont.cpp b/libs/rs/rsFont.cpp
index bd5713e..4f8d8df 100644
--- a/libs/rs/rsFont.cpp
+++ b/libs/rs/rsFont.cpp
@@ -575,8 +575,8 @@ void FontState::issueDrawCommand() {
float *tex = vtx + 3;
VertexArray va;
- va.add(GL_FLOAT, 3, 20, false, (uint32_t)vtx, "position");
- va.add(GL_FLOAT, 2, 20, false, (uint32_t)tex, "texture0");
+ va.add(GL_FLOAT, 3, 20, false, (uint32_t)vtx, "ATTRIB_position");
+ va.add(GL_FLOAT, 2, 20, false, (uint32_t)tex, "ATTRIB_texture0");
va.setupGL2(mRSC, &mRSC->mStateVertexArray, &mRSC->mShaderCache);
mIndexBuffer->uploadCheck(mRSC);