Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 101 of file vbo_context.h.
Referenced by bind_arrays(), recalculate_input_bindings(), vbo_bind_vertex_list(), and vbo_exec_bind_arrays().
{ if (!ctx->VertexProgram._Current) return VP_NONE; else if (ctx->VertexProgram._Current->IsNVProgram) return VP_NV; else return VP_ARB; }