Files
addr2line
adler
adler32
ahash
aho_corasick
angle
approx
backtrace
bitflags
blender
bytemuck
byteorder
case
cast_trait
cfg_if
chrono
color
color_quant
const_fn
crc32fast
crossbeam
crossbeam_channel
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_skiplist
crossbeam_utils
darling
darling_core
darling_macro
dds
deflate
densevec
derive_builder
derive_builder_core
dot
downcast_rs
dual_quat
either
erased_serde
failure
failure_derive
fixedbitset
float_cmp
fnv
freeimage
freeimage_sys
freetype
freetype_gl_sys
freetype_sys
freetypegl
futures
futures_channel
futures_core
futures_executor
futures_io
futures_macro
futures_sink
futures_task
futures_util
async_await
future
io
lock
sink
stream
task
fxhash
generational_arena
generic_array
getrandom
gif
gimli
glfw
glfw_sys
glin
glin_derive
glsl
half
harfbuzz
harfbuzz_ft_sys
harfbuzz_sys
hashbrown
human_sort
ident_case
image
indexmap
instant
itertools
itoa
jpeg_decoder
lazy_static
libc
libm
lock_api
log
lut_parser
matrixmultiply
memchr
memoffset
meshopt
miniz_oxide
monotonic_clock
mopa
mutiny_derive
na
nalgebra
base
geometry
linalg
ncollide3d
bounding_volume
interpolation
partitioning
pipeline
procedural
query
algorithms
closest_points
contact
distance
nonlinear_time_of_impact
point
proximity
ray
time_of_impact
visitors
shape
transformation
utils
nom
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
numext_constructor
numext_fixed_uint
numext_fixed_uint_core
numext_fixed_uint_hack
object
once_cell
parking_lot
parking_lot_core
pathfinding
pennereq
petgraph
pin_project_lite
pin_utils
png
polygon2
ppv_lite86
proc_macro2
proc_macro_crate
proc_macro_hack
proc_macro_nested
quote
rand
rand_chacha
rand_core
rand_distr
raw_window_handle
rawpointer
rayon
rayon_core
rect_packer
regex
regex_syntax
retain_mut
rin
rin_app
rin_blender
rin_core
rin_gl
rin_graphics
rin_gui
rin_material
rin_math
rin_postpo
rin_scene
rin_util
rin_window
rinblender
rinecs
rinecs_derive
rinecs_derive_utils
ringui_derive
rustc_demangle
rusty_pool
ryu
scopeguard
seitan
seitan_derive
semver
semver_parser
serde
serde_derive
serde_json
shaderdata_derive
simba
slab
slice_of_array
slotmap
smallvec
std140_data
streaming_iterator
strsim
syn
synstructure
thiserror
thiserror_impl
thread_local
tiff
time
toml
typenum
unchecked_unwrap
unicode_xid
vec2
vec3
weezl
x11
zlib_sys
  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
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
use rin_math::{Deg, Rad, Vec2, Vec3, Vec4, Mat4, Mat3};
use super::texture::{TextureSampler, CubemapSampler};
use color::{Rgb, Rgba, color_space::{Srgb, LinearRgb}};
use rin_util::{Result, Error};
use std::ops::{Deref, DerefMut};
use std::cmp;
use std::hash::{Hash, Hasher};
use serde::ser::{Serialize, Serializer, SerializeStruct};
use serde::de::{self, Deserialize, Deserializer, Visitor, SeqAccess, MapAccess};
use std::marker::PhantomData;
use std::fmt;

#[derive(Debug, Default)]
pub struct Parameter<T>{
    value: T,
    prev_value: Option<T>,
}

impl<T: Clone> Clone for Parameter<T>{
    fn clone(&self) -> Parameter<T>{
        Parameter {
            value: self.value.clone(),
            prev_value: None
        }
    }
}

impl<T: Clone> Parameter<T>{
    pub fn new(t: T) -> Parameter<T>{
        Parameter{
            value: t.clone(),
            prev_value: None,
        }
    }

    pub fn reset_changed(&mut self){
        self.prev_value = Some(self.value.clone())
    }
}

impl<T: PartialEq> Parameter<T>{
    pub fn has_changed(&self) -> bool{
        Some(&self.value) != self.prev_value.as_ref()
    }
}

impl<T> Parameter<Option<T>>{
    pub fn option_changed(&self) -> bool{
        Some(self.value.is_some()) != self.prev_value.as_ref().map(|prev| prev.is_some())
    }
}

impl<T> Parameter<T>{
    pub fn get(&self) -> &T{
        &self.value
    }

    pub fn get_mut(&mut self) -> &mut T{
        &mut self.value
    }

    pub fn set(&mut self, t: T){
        self.value = t
    }

    pub fn as_ref(&self) -> Parameter<&T>{
        Parameter{
            value: &self.value,
            prev_value: self.prev_value.as_ref(),
        }
    }

    pub fn map<U,F>(self, f: F) -> Parameter<U>
    where F: Fn(T) -> U
    {
        Parameter{
            value: f(self.value),
            prev_value: self.prev_value.map(f)
        }
    }
}

impl<T: 'static> Parameter<T> {
    pub fn as_any<'a>(&'a self, name: &'a str) -> ParameterAny<'a> {
        ParameterAny {
            name,
            parameter: self as & dyn std::any::Any,
        }
    }

    pub fn as_mut_any<'a>(&'a mut self, name: &'a str) -> ParameterMutAny<'a> {
        ParameterMutAny {
            name,
            parameter: self as &mut dyn std::any::Any,
        }
    }
}

impl<T: IntoUniformValueRef> Parameter<T> {
    pub fn as_uniform_ref<'a>(&'a self, name: &'static str) -> UniformRef<'a>{
        UniformRef{
            name,
            value: self.value.into_uniform_value_ref(),
        }
    }
}

impl<T: std140_data::WriteStd140> std140_data::WriteStd140 for Parameter<T> {
    fn write_std140(&self, data: &mut std140_data::Data) {
        self.value.write_std140(data)
    }
}

impl<'a, T: std140_data::WriteStd140> std140_data::WriteStd140 for &'a Parameter<T> {
    fn write_std140(&self, data: &mut std140_data::Data) {
        self.value.write_std140(data)
    }
}

impl<T> Deref for Parameter<T>{
    type Target = T;
    fn deref(&self) -> &T{
        &self.value
    }
}

impl<T> DerefMut for Parameter<T>{
    fn deref_mut(&mut self) -> &mut T{
        &mut self.value
    }
}

impl<T: PartialEq + Clone> From<T> for Parameter<T>{
    fn from(t: T) -> Parameter<T>{
        Parameter::new(t)
    }
}

pub struct ParameterAny<'a>{
    name: &'a str,
    parameter: &'a dyn std::any::Any,
}


impl<'a> ParameterAny<'a>{
    pub fn get<T: 'static>(&self) -> Option<&T>{
        let parameter: Option<&Parameter<T>> = self.parameter.downcast_ref();
        parameter.map(|p| p.get())
    }

    pub fn name(&self) -> &str {
        self.name
    }
}

pub struct ParameterMutAny<'a>{
    name: &'a str,
    parameter: &'a mut dyn std::any::Any,
}


impl<'a> ParameterMutAny<'a>{
    pub fn get<T: 'static>(&self) -> Option<&T>{
        let parameter: Option<&Parameter<T>> = self.parameter.downcast_ref();
        parameter.map(|p| p.get())
    }

    pub fn get_mut<T: 'static>(&mut self) -> Option<&mut T>{
        let parameter: Option<&mut Parameter<T>> = self.parameter.downcast_mut();
        parameter.map(|p| p.get_mut())
    }

    pub fn set<T: 'static>(&mut self, t: T) -> Result<()>{
        if let Some(value) = self.get_mut() {
            *value = t;
            Ok(())
        }else{
            Err(Error::new("Wrong type"))
        }
    }

    pub fn name(&self) -> &str {
        self.name
    }
}

pub struct UniformRef<'a> {
    name: &'static str,
    value: UniformValueRef<'a>,
}

#[derive(Debug, PartialEq, Copy, Clone)]
pub enum UniformValueRef<'a>{
    Float(&'a f32),
    I32(&'a i32),
    U32(&'a u32),
    Bool(&'a bool),
    Vec2(&'a Vec2),
    Vec3(&'a Vec3),
    Vec4(&'a Vec4),
    IVec2(&'a Vec2<i32>),
    IVec3(&'a Vec3<i32>),
    IVec4(&'a Vec4<i32>),
    UVec2(&'a Vec2<u32>),
    UVec3(&'a Vec3<u32>),
    UVec4(&'a Vec4<u32>),
    Rgb(&'a Rgb<f32, Srgb>),
    Rgba(&'a Rgba<f32, Srgb>),
    RgbLinear(&'a Rgb<f32, LinearRgb>),
    RgbaLinear(&'a Rgba<f32, LinearRgb>),
    Texture(&'a TextureSampler),
    Cubemap(&'a CubemapSampler),
    Rad(&'a Rad<f32>),
    Deg(&'a Deg<f32>),
    Mat4(&'a Mat4),
    Mat3(&'a Mat3),
    ArrayFloat(&'a Vec<f32>),
    ArrayVec2(&'a Vec<Vec2>),
    ArrayVec3(&'a Vec<Vec3>),
    ArrayVec4(&'a Vec<Vec4>),
    ArrayInt(&'a Vec<i32>),
    ArrayIVec2(&'a Vec<Vec2<i32>>),
    ArrayIVec3(&'a Vec<Vec3<i32>>),
    ArrayIVec4(&'a Vec<Vec4<i32>>),
    ArrayUInt(&'a Vec<u32>),
    ArrayUVec2(&'a Vec<Vec2<u32>>),
    ArrayUVec3(&'a Vec<Vec3<u32>>),
    ArrayUVec4(&'a Vec<Vec4<u32>>),
    OptionFloat(&'a Option<f32>),
    OptionI32(&'a Option<i32>),
    OptionU32(&'a Option<u32>),
    OptionBool(&'a Option<bool>),
    OptionVec2(&'a Option<Vec2>),
    OptionVec3(&'a Option<Vec3>),
    OptionVec4(&'a Option<Vec4>),
    OptionIVec2(&'a Option<Vec2<i32>>),
    OptionIVec3(&'a Option<Vec3<i32>>),
    OptionIVec4(&'a Option<Vec4<i32>>),
    OptionUVec2(&'a Option<Vec2<u32>>),
    OptionUVec3(&'a Option<Vec3<u32>>),
    OptionUVec4(&'a Option<Vec4<u32>>),
    OptionRgb(&'a Option<Rgb<f32, Srgb>>),
    OptionRgba(&'a Option<Rgba<f32, Srgb>>),
    OptionRgbLinear(&'a Option<Rgb<f32, LinearRgb>>),
    OptionRgbaLinear(&'a Option<Rgba<f32, LinearRgb>>),
    OptionTexture(&'a Option<TextureSampler>),
    OptionCubemap(&'a Option<CubemapSampler>),
    OptionRad(&'a Option<Rad<f32>>),
    OptionDeg(&'a Option<Deg<f32>>),
    OptionMat4(&'a Option<Mat4>),
    OptionMat3(&'a Option<Mat3>),
    OptionArrayFloat(&'a Option<Vec<f32>>),
    OptionArrayVec2(&'a Option<Vec<Vec2>>),
    OptionArrayVec3(&'a Option<Vec<Vec3>>),
    OptionArrayVec4(&'a Option<Vec<Vec4>>),
    OptionArrayInt(&'a Option<Vec<i32>>),
    OptionArrayIVec2(&'a Option<Vec<Vec2<i32>>>),
    OptionArrayIVec3(&'a Option<Vec<Vec3<i32>>>),
    OptionArrayIVec4(&'a Option<Vec<Vec4<i32>>>),
    OptionArrayUInt(&'a Option<Vec<u32>>),
    OptionArrayUVec2(&'a Option<Vec<Vec2<u32>>>),
    OptionArrayUVec3(&'a Option<Vec<Vec3<u32>>>),
    OptionArrayUVec4(&'a Option<Vec<Vec4<u32>>>),
}

impl<'a> UniformValueRef<'a>{
    pub fn is_some(self) -> bool{
        match self {
            UniformValueRef::Float(_)
                | UniformValueRef::I32(_)
                | UniformValueRef::U32(_)
                | UniformValueRef::Bool(_)
                | UniformValueRef::Vec2(_)
                | UniformValueRef::Vec3(_)
                | UniformValueRef::Vec4(_)
                | UniformValueRef::IVec2(_)
                | UniformValueRef::IVec3(_)
                | UniformValueRef::IVec4(_)
                | UniformValueRef::UVec2(_)
                | UniformValueRef::UVec3(_)
                | UniformValueRef::UVec4(_)
                | UniformValueRef::Rgb(_)
                | UniformValueRef::Rgba(_)
                | UniformValueRef::RgbLinear(_)
                | UniformValueRef::RgbaLinear(_)
                | UniformValueRef::Texture(_)
                | UniformValueRef::Cubemap(_)
                | UniformValueRef::Rad(_)
                | UniformValueRef::Deg(_)
                | UniformValueRef::Mat4(_)
                | UniformValueRef::Mat3(_)
                | UniformValueRef::ArrayFloat(_)
                | UniformValueRef::ArrayVec2(_)
                | UniformValueRef::ArrayVec3(_)
                | UniformValueRef::ArrayVec4(_)
                | UniformValueRef::ArrayInt(_)
                | UniformValueRef::ArrayIVec2(_)
                | UniformValueRef::ArrayIVec3(_)
                | UniformValueRef::ArrayIVec4(_)
                | UniformValueRef::ArrayUInt(_)
                | UniformValueRef::ArrayUVec2(_)
                | UniformValueRef::ArrayUVec3(_)
                | UniformValueRef::ArrayUVec4(_) => true,

            UniformValueRef::OptionFloat(opt) => opt.is_some(),
            UniformValueRef::OptionI32(opt) => opt.is_some(),
            UniformValueRef::OptionU32(opt) => opt.is_some(),
            UniformValueRef::OptionBool(opt) => opt.is_some(),
            UniformValueRef::OptionVec2(opt) => opt.is_some(),
            UniformValueRef::OptionVec3(opt) => opt.is_some(),
            UniformValueRef::OptionVec4(opt) => opt.is_some(),
            UniformValueRef::OptionIVec2(opt) => opt.is_some(),
            UniformValueRef::OptionIVec3(opt) => opt.is_some(),
            UniformValueRef::OptionIVec4(opt) => opt.is_some(),
            UniformValueRef::OptionUVec2(opt) => opt.is_some(),
            UniformValueRef::OptionUVec3(opt) => opt.is_some(),
            UniformValueRef::OptionUVec4(opt) => opt.is_some(),
            UniformValueRef::OptionRgb(opt) => opt.is_some(),
            UniformValueRef::OptionRgba(opt) => opt.is_some(),
            UniformValueRef::OptionRgbLinear(opt) => opt.is_some(),
            UniformValueRef::OptionRgbaLinear(opt) => opt.is_some(),
            UniformValueRef::OptionTexture(opt) => opt.is_some(),
            UniformValueRef::OptionCubemap(opt) => opt.is_some(),
            UniformValueRef::OptionRad(opt) => opt.is_some(),
            UniformValueRef::OptionDeg(opt) => opt.is_some(),
            UniformValueRef::OptionMat4(opt) => opt.is_some(),
            UniformValueRef::OptionMat3(opt) => opt.is_some(),
            UniformValueRef::OptionArrayFloat(opt) => opt.is_some(),
            UniformValueRef::OptionArrayVec2(opt) => opt.is_some(),
            UniformValueRef::OptionArrayVec3(opt) => opt.is_some(),
            UniformValueRef::OptionArrayVec4(opt) => opt.is_some(),
            UniformValueRef::OptionArrayInt(opt) => opt.is_some(),
            UniformValueRef::OptionArrayIVec2(opt) => opt.is_some(),
            UniformValueRef::OptionArrayIVec3(opt) => opt.is_some(),
            UniformValueRef::OptionArrayIVec4(opt) => opt.is_some(),
            UniformValueRef::OptionArrayUInt(opt) => opt.is_some(),
            UniformValueRef::OptionArrayUVec2(opt) => opt.is_some(),
            UniformValueRef::OptionArrayUVec3(opt) => opt.is_some(),
            UniformValueRef::OptionArrayUVec4(opt) => opt.is_some(),
        }
    }

    pub fn float(&self) -> Option<f32>{
        match self {
            UniformValueRef::Float(f) => Some(**f),
            UniformValueRef::OptionFloat(f) => **f,
            _ => None,
        }
    }

    pub fn int(&self) -> Option<i32>{
        match self {
            UniformValueRef::I32(f) => Some(**f),
            UniformValueRef::OptionI32(f) => **f,
            _ => None,
        }
    }

    pub fn uint(&self) -> Option<u32>{
        match self {
            UniformValueRef::U32(f) => Some(**f),
            UniformValueRef::OptionU32(f) => **f,
            _ => None,
        }
    }

    pub fn boolean(&self) -> Option<bool>{
        match self {
            UniformValueRef::Bool(f) => Some(**f),
            UniformValueRef::OptionBool(f) => **f,
            _ => None,
        }
    }

    pub fn vec2(&self) -> Option<Vec2>{
        match self {
            UniformValueRef::Vec2(f) => Some(**f),
            UniformValueRef::OptionVec2(f) => **f,
            _ => None,
        }
    }

    pub fn vec3(&self) -> Option<Vec3>{
        match self {
            UniformValueRef::Vec3(f) => Some(**f),
            UniformValueRef::OptionVec3(f) => **f,
            _ => None,
        }
    }

    pub fn vec4(&self) -> Option<Vec4>{
        match self {
            UniformValueRef::Vec4(f) => Some(**f),
            UniformValueRef::OptionVec4(f) => **f,
            _ => None,
        }
    }

    pub fn rgb(&self) -> Option<Rgb<f32>>{
        match self {
            UniformValueRef::Rgb(f) => Some(**f),
            UniformValueRef::OptionRgb(f) => **f,
            _ => None,
        }
    }

    pub fn rgba(&self) -> Option<Rgba<f32>>{
        match self {
            UniformValueRef::Rgba(f) => Some(**f),
            UniformValueRef::OptionRgba(f) => **f,
            _ => None,
        }
    }

    pub fn texture(&self) -> Option<TextureSampler>{
        match self {
            UniformValueRef::Texture(f) => Some(**f),
            UniformValueRef::OptionTexture(f) => **f,
            _ => None,
        }
    }

    pub fn cubemap(&self) -> Option<CubemapSampler>{
        match self {
            UniformValueRef::Cubemap(f) => Some(**f),
            UniformValueRef::OptionCubemap(f) => **f,
            _ => None,
        }
    }

    pub fn mat4(&self) -> Option<Mat4>{
        match self {
            UniformValueRef::Mat4(f) => Some(**f),
            UniformValueRef::OptionMat4(f) => **f,
            _ => None,
        }
    }

    pub fn mat3(&self) -> Option<Mat3>{
        match self {
            UniformValueRef::Mat3(f) => Some(**f),
            UniformValueRef::OptionMat3(f) => **f,
            _ => None,
        }
    }
}

pub trait IntoUniformValueRef{
    fn into_uniform_value_ref(&self) -> UniformValueRef;
}

macro_rules! into_uniform_value_ref {
    ($t: ty, $p: ident, $option: ident) => {

        impl IntoUniformValueRef for $t{
            fn into_uniform_value_ref(&self) -> UniformValueRef{
                UniformValueRef::$p(self)
            }
        }

        impl IntoUniformValueRef for Option<$t>{
            fn into_uniform_value_ref(&self) -> UniformValueRef{
                UniformValueRef::$option(self)
            }
        }

    };
}

into_uniform_value_ref!(f32, Float, OptionFloat);
into_uniform_value_ref!(i32, I32, OptionI32);
into_uniform_value_ref!(u32, U32, OptionU32);
into_uniform_value_ref!(bool, Bool, OptionBool);
into_uniform_value_ref!(Vec2, Vec2, OptionVec2);
into_uniform_value_ref!(Vec3, Vec3, OptionVec3);
into_uniform_value_ref!(Vec4, Vec4, OptionVec4);
into_uniform_value_ref!(Vec2<i32>, IVec2, OptionIVec2);
into_uniform_value_ref!(Vec3<i32>, IVec3, OptionIVec3);
into_uniform_value_ref!(Vec4<i32>, IVec4, OptionIVec4);
into_uniform_value_ref!(Vec2<u32>, UVec2, OptionUVec2);
into_uniform_value_ref!(Vec3<u32>, UVec3, OptionUVec3);
into_uniform_value_ref!(Vec4<u32>, UVec4, OptionUVec4);
into_uniform_value_ref!(Rgb<f32, Srgb>, Rgb, OptionRgb);
into_uniform_value_ref!(Rgba<f32, Srgb>, Rgba, OptionRgba);
into_uniform_value_ref!(Rgb<f32, LinearRgb>, RgbLinear, OptionRgbLinear);
into_uniform_value_ref!(Rgba<f32, LinearRgb>, RgbaLinear, OptionRgbaLinear);
into_uniform_value_ref!(TextureSampler, Texture, OptionTexture);
into_uniform_value_ref!(CubemapSampler, Cubemap, OptionCubemap);
into_uniform_value_ref!(Rad<f32>, Rad, OptionRad);
into_uniform_value_ref!(Deg<f32>, Deg, OptionDeg);
into_uniform_value_ref!(Mat4, Mat4, OptionMat4);
into_uniform_value_ref!(Mat3, Mat3, OptionMat3);
into_uniform_value_ref!(Vec<f32>, ArrayFloat, OptionArrayFloat);
into_uniform_value_ref!(Vec<Vec2>, ArrayVec2, OptionArrayVec2);
into_uniform_value_ref!(Vec<Vec3>, ArrayVec3, OptionArrayVec3);
into_uniform_value_ref!(Vec<Vec4>, ArrayVec4, OptionArrayVec4);
into_uniform_value_ref!(Vec<i32>, ArrayInt, OptionArrayInt);
into_uniform_value_ref!(Vec<Vec2<i32>>, ArrayIVec2, OptionArrayIVec2);
into_uniform_value_ref!(Vec<Vec3<i32>>, ArrayIVec3, OptionArrayIVec3);
into_uniform_value_ref!(Vec<Vec4<i32>>, ArrayIVec4, OptionArrayIVec4);
into_uniform_value_ref!(Vec<u32>, ArrayUInt, OptionArrayUInt);
into_uniform_value_ref!(Vec<Vec2<u32>>, ArrayUVec2, OptionArrayUVec2);
into_uniform_value_ref!(Vec<Vec3<u32>>, ArrayUVec3, OptionArrayUVec3);
into_uniform_value_ref!(Vec<Vec4<u32>>, ArrayUVec4, OptionArrayUVec4);


impl<'a> UniformRef<'a>{
    pub fn name(&self) -> &'static str{
        self.name
    }

    pub fn value(&self) -> UniformValueRef<'a> {
        self.value
    }

    pub fn is_some(&self) -> bool{
        self.value.is_some()
    }

    pub fn float(&self) -> Option<f32>{
        self.value.float()
    }

    pub fn int(&self) -> Option<i32>{
        self.value.int()
    }

    pub fn uint(&self) -> Option<u32>{
        self.value.uint()
    }

    pub fn boolean(&self) -> Option<bool>{
        self.value.boolean()
    }

    pub fn vec2(&self) -> Option<Vec2>{
        self.value.vec2()
    }

    pub fn vec3(&self) -> Option<Vec3>{
        self.value.vec3()
    }

    pub fn vec4(&self) -> Option<Vec4>{
        self.value.vec4()
    }

    pub fn rgb(&self) -> Option<Rgb<f32>>{
        self.value.rgb()
    }

    pub fn rgba(&self) -> Option<Rgba<f32>>{
        self.value.rgba()
    }

    pub fn texture(&self) -> Option<TextureSampler>{
        self.value.texture()
    }

    pub fn cubemap(&self) -> Option<CubemapSampler>{
        self.value.cubemap()
    }

    pub fn mat4(&self) -> Option<Mat4>{
        self.value.mat4()
    }

    pub fn mat3(&self) -> Option<Mat3>{
        self.value.mat3()
    }
}

impl<T> PartialEq for Parameter<T> where T: PartialEq{
    fn eq(&self, other: &Parameter<T>) -> bool {
        self.value.eq(&other.value)
    }
}

impl<T> Eq for Parameter<T> where T: Eq {}

impl<T> PartialOrd for Parameter<T> where T: PartialOrd{
    fn partial_cmp(&self, other: &Parameter<T>) -> Option<cmp::Ordering>{
        self.value.partial_cmp(&other.value)
    }
}

impl<T> Ord for Parameter<T> where T: Ord {
    fn cmp(&self, other: &Parameter<T>) -> cmp::Ordering{
        self.value.cmp(&other.value)
    }
}

impl<T> Hash for Parameter<T> where T: Hash {
    fn hash<H: Hasher>(&self, state: &mut H){
        self.value.hash(state)
    }
}

impl<T> Serialize for Parameter<T> where T: Serialize{
    fn serialize<S: Serializer>(&self, serializer: S) -> std::result::Result<S::Ok, S::Error>{
        let mut param = serializer.serialize_struct("Parameter", 2)?;
        param.serialize_field("value", &self.value)?;
        param.serialize_field("prev_value", &self.prev_value)?;
        param.end()
    }
}

const FIELDS: &'static [&'static str] = &["value", "prev_value"];

impl<'de, T> Deserialize<'de> for Parameter<T> where T: Deserialize<'de>{
    fn deserialize<D: Deserializer<'de>>(deserializer: D) -> std::result::Result<Parameter<T>, D::Error>{
        deserializer.deserialize_struct(
            "Parameter",
            FIELDS,
            ParamVisitor::<T>{
                marker: PhantomData
            })
    }
}

struct ParamVisitor<T>{
    marker: PhantomData<T>
}

enum Field { Value, PrevValue }

impl<'de> Deserialize<'de> for Field {
    fn deserialize<D>(deserializer: D) -> std::result::Result<Field, D::Error>
    where
        D: Deserializer<'de>,
    {
        struct FieldVisitor;

        impl<'de> Visitor<'de> for FieldVisitor {
            type Value = Field;

            fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
                formatter.write_str("`value` or `prev_value`")
            }

            fn visit_str<E>(self, value: &str) -> std::result::Result<Field, E>
            where
                E: de::Error,
            {
                match value {
                    "value" => Ok(Field::Value),
                    "prev_value" => Ok(Field::PrevValue),
                    _ => Err(de::Error::unknown_field(value, FIELDS)),
                }
            }
        }

        deserializer.deserialize_identifier(FieldVisitor)
    }
}

impl<'de, T> Visitor<'de> for ParamVisitor<T>
where T: Deserialize<'de>
{
    type Value = Parameter<T>;

    fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
        formatter.write_str("struct Parameter<T>")
    }

    fn visit_seq<V>(self, mut struc: V) -> std::result::Result<Parameter<T>, V::Error>
    where V: SeqAccess<'de>
    {
        let value = struc.next_element()?
            .ok_or_else(|| de::Error::invalid_length(0, &self))?;
        let prev_value = struc.next_element()?
            .ok_or_else(|| de::Error::invalid_length(1, &self))?;
        Ok(Parameter{ value, prev_value })
    }

    fn visit_map<V>(self, mut map: V) -> std::result::Result<Parameter<T>, V::Error>
    where
        V: MapAccess<'de>,
    {
        let mut value = None;
        let mut prev_value = None;
        while let Some(key) = map.next_key()? {
            match key {
                Field::Value => {
                    if value.is_some(){
                        return Err(de::Error::duplicate_field("value"));
                    }
                    value = Some(map.next_value()?);
                }

                Field::PrevValue => {
                    if prev_value.is_some(){
                        return Err(de::Error::duplicate_field("prev_value"));
                    }
                    prev_value = Some(map.next_value()?);
                }
            }
        }
        let value = value.ok_or_else(|| de::Error::missing_field("value"))?;
        let prev_value = prev_value.ok_or_else(|| de::Error::missing_field("prev_value"))?;
        Ok(Parameter{value, prev_value})
    }
}