/[gzz]/gzz/gfx/librenderables/renderables.py
ViewVC logotype

Diff of /gzz/gfx/librenderables/renderables.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.55 by tjl, Fri Sep 20 14:41:36 2002 UTC revision 1.56 by tjl, Fri Sep 20 14:52:48 2002 UTC
# Line 19  def nurbsparams(): Line 19  def nurbsparams():
19      return r      return r
20    
21  idded = [  idded = [
22      "Image", "TexRect", "Font", "Window", "ShaderRect", "Paper", "DisplayList"      "Image", "TexRect", "Font", "Window", "ShaderRect", "Paper", "DisplayList",
23        "ByteVector"
24  ]  ]
25    
26  convert = {  convert = {
# Line 60  convert = { Line 61  convert = {
61          "CXX" : "int",          "CXX" : "int",
62          "pre" : (lambda v, p : "int "+v+" = "+p+";")          "pre" : (lambda v, p : "int "+v+" = "+p+";")
63      },      },
64        "ByteVector" : {
65            "JNI": "jint",
66            "CXX": "GLubyte *",
67            "pre" : (lambda v, p : "GLubyte * "+v+" = " \
68                        " &((*bytevectors.get("+p+"))[0]);")
69        },
70  }  }
71    
72  rs = [  rs = [

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26