diff options
author | knolax <1339802534.kk@gmail.com> | 2017-02-23 10:31:44 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2017-02-23 10:31:44 -0500 |
commit | 0c2c626fbdfd7836f086eb8f4039a394368b7974 (patch) | |
tree | 7612f66694d0c3efb2837e05ba498fea296957f5 /example | |
parent | c7bdd6fcae58e09597071405c1449df64e084c51 (diff) |
implemented depth testing and disabled blending for now
Diffstat (limited to 'example')
-rwxr-xr-x | example/main | bin | 49488 -> 49568 bytes | |||
-rw-r--r-- | example/main.cpp | 1 | ||||
-rw-r--r-- | example/main.o | bin | 4752 -> 4824 bytes |
3 files changed, 1 insertions, 0 deletions
diff --git a/example/main b/example/main Binary files differindex e4895a1..51bb73a 100755 --- a/example/main +++ b/example/main diff --git a/example/main.cpp b/example/main.cpp index 05777a4..d71322b 100644 --- a/example/main.cpp +++ b/example/main.cpp @@ -17,6 +17,7 @@ int main (int argc, char * argv[]) { loop = 1; while(loop) { cleargfx(); + clearglgfx(); //polls events, which are in a buffer //returns 1 if there is event in buffer //returns 0 if buffer is empty diff --git a/example/main.o b/example/main.o Binary files differindex 37c8220..adf6955 100644 --- a/example/main.o +++ b/example/main.o |