view R/scratch/test.json @ 15:1673ab696715

- erlang binding ToDo update in readme
author cslag
date Sat, 26 Mar 2016 16:09:41 +0100
parents 0cfcc391201f
children
line wrap: on
line source


{
  "name": "gl",
  "meta": {
  }
  "bind": {
    "libs": {
      "windows": "OpenGL",
       
    },
    
    # or
    
     #"libs": "GL",
      
    "functions": {
      "hallo": "iii)v",
      "SDL_SetVideoMode": { "x": "int", "y": "int", "z": "int" }
    } 
    "structures": {
      "SDL_Surface": {
        "x": "i",
        "y": "i",
      }
      "SDL_Surface{ii<sub>i}x y z;"
    },
    "unions": {
      "SDL_Event": {
        "x": "i",
        "y": "i"
      }
    },
    "enums": {      
    },
    "defines": {
      "
    }
  }
}