diff options
Diffstat (limited to 'src/mesa/vbo/vbo_exec_api.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec_api.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c index f08fd4c32c6..4db4eef3b6c 100644 --- a/src/mesa/vbo/vbo_exec_api.c +++ b/src/mesa/vbo/vbo_exec_api.c @@ -1089,6 +1089,9 @@ vbo_exec_vtxfmt_init(struct vbo_exec_context *exec) vfmt->VertexAttribL2dv = vbo_VertexAttribL2dv; vfmt->VertexAttribL3dv = vbo_VertexAttribL3dv; vfmt->VertexAttribL4dv = vbo_VertexAttribL4dv; + + vfmt->VertexAttribL1ui64ARB = vbo_VertexAttribL1ui64ARB; + vfmt->VertexAttribL1ui64vARB = vbo_VertexAttribL1ui64vARB; } |