summary refs log tree commit diff stats
path: root/lib/wrappers/opengl/gl.nim
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2014-01-24 12:58:19 -0800
committerSimon Hafner <hafnersimon@gmail.com>2014-01-24 12:58:19 -0800
commit35efec457c9c48eaa3ff2ef9cdb74a0d0912fc60 (patch)
tree935c568b9539fa80afb769e764fd6330e4df6a88 /lib/wrappers/opengl/gl.nim
parent2ecff76aac65f7dfad3a6c16929d4c70dd8394fc (diff)
parent03138cb73ae068edd1da79ae16bfe1882a13976f (diff)
downloadNim-35efec457c9c48eaa3ff2ef9cdb74a0d0912fc60.tar.gz
Merge pull request #839 from ReneSac/master
Optimized the size of PNG images. 172KB > 143KB
Diffstat (limited to 'lib/wrappers/opengl/gl.nim')
0 files changed, 0 insertions, 0 deletions
0 JS: Corrected shift operators. Made casting between ints behave like C does.' href='/ahoang/Nim/commit/tests/misc/tints.nim?h=devel&id=d2ecd84f67c209eac883354c8009b5d6a52faabc'>d2ecd84f6 ^
a690e7b26 ^

d2ecd84f6 ^

a690e7b26 ^


d2ecd84f6 ^

a690e7b26 ^

57689037c ^






d2ecd84f6 ^















a690e7b26 ^
d2ecd84f6 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81