D | u_indices_gen.py | 106 def vert( intype, outtype, v0 ): argument 112 def point( intype, outtype, ptr, v0 ): argument 115 def line( intype, outtype, ptr, v0, v1 ): argument 119 def tri( intype, outtype, ptr, v0, v1, v2 ): argument 124 def do_point( intype, outtype, ptr, v0 ): argument 127 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument 133 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument 142 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument 146 def name(intype, outtype, inpv, outpv, prim): argument 152 def preamble(intype, outtype, inpv, outpv, prim): argument [all …]
|