Merge pull request #105 from asuessenbach/ArrayProxy

Introduce helper class vk::ArrayProxy.

replaces std::vector and std::initializers_list replacements of pairs of (count, [const] T*) in the enhanced interface, resulting in fewer function overloads.
has constructors for T, (count, [const] T*), std::array<[const]T,N>, std::vector<[const]T], and std::initializer_list.
This commit is contained in:
Markus Tavenrath
2016-05-06 10:43:05 +02:00
3 changed files with 320 additions and 720 deletions

File diff suppressed because it is too large Load Diff