vulkan: add a new image copying element
authorMatthew Waters <matthew@centricular.com>
Thu, 16 May 2019 09:48:24 +0000 (19:48 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 4 Jun 2019 09:03:44 +0000 (09:03 +0000)
commit9593e4e8bb341d1085258627574f5d0b0567d5b2
tree2d38eaceabd0aeb7b36fae3a76ad994014e982bd
parentae13e66639316075336161bb51e6f73c77954c1b
vulkan: add a new image copying element

Copies using the graphics pipeline, an input image and renders to an
output image.
ext/vulkan/gstvulkan.c
ext/vulkan/meson.build
ext/vulkan/shaders/bin2array.py [new file with mode: 0755]
ext/vulkan/shaders/identity.frag [new file with mode: 0644]
ext/vulkan/shaders/identity.vert [new file with mode: 0644]
ext/vulkan/shaders/meson.build [new file with mode: 0644]
ext/vulkan/vkimageidentity.c [new file with mode: 0644]
ext/vulkan/vkimageidentity.h [new file with mode: 0644]
ext/vulkan/vkshader.c [new file with mode: 0644]
ext/vulkan/vkshader.h [new file with mode: 0644]