Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* opengl.wren */
|
||||
/* OpenGL.wren */
|
||||
|
||||
var GL_COLOR_BUFFER_BIT = 0x4000
|
||||
var GL_DEPTH_BUFFER_BIT = 0x0100
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ int main(int argc, char **argv) {
|
|||
config.bindForeignMethodFn = &bindForeignMethod;
|
||||
vm = wrenNewVM(&config);
|
||||
const char* module = "main";
|
||||
const char* fileName = "opengl.wren";
|
||||
const char* fileName = "OpenGL.wren";
|
||||
char *script = readFile(fileName);
|
||||
WrenInterpretResult result = wrenInterpret(vm, module, script);
|
||||
switch (result) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue