[ES] Implemented bindings for ES 3.1 (2/2)
authorthefiddler <stapostol@gmail.com>
Wed, 13 Aug 2014 22:22:07 +0000 (00:22 +0200)
committerthefiddler <stapostol@gmail.com>
Tue, 2 Sep 2014 11:04:13 +0000 (13:04 +0200)
commita706a78cf5f484ffa1037505c2631ab941d42d1c
tree2cc9390cba63b468aedcbe71655999e8de5af878
parentdcca1d77ac1aa041a17b46230389610cd519f533
[ES] Implemented bindings for ES 3.1 (2/2)

Implemented core functionality:
- KHR_shader_atomic_counters
- KHR_shader_image_load_store
- KHR_shader_storage_buffer_object
- KHR_stencil_texturing
- KHR_texture_gather
- KHR_texture_storage_multisample
- KHR_vertex_attrib_binding
Source/Bind/Generator.Bind.csproj
Source/Bind/Specifications/GL2/ES/3.1/KHR_compute_shader.xml
Source/Bind/Specifications/GL2/ES/3.1/KHR_separate_shader_objects.xml
Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_atomic_counters.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_storage_buffer_object.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_stencil_texturing.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_gather.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_storage_multisample.xml [new file with mode: 0644]
Source/Bind/Specifications/GL2/ES/3.1/KHR_vertex_attrib_binding.xml [new file with mode: 0644]