vulkan: add a buffer memory allocator
authorMatthew Waters <matthew@centricular.com>
Fri, 5 Feb 2016 08:18:40 +0000 (19:18 +1100)
committerMatthew Waters <matthew@centricular.com>
Tue, 16 Feb 2016 14:13:43 +0000 (01:13 +1100)
commitbd41cc4557db995c0c2784a03855b3cd761fe31f
treebd24387a71066bbbf2d4a7947ecbc462fcc678ab
parenteb3f6eebcebee9df2bf47ed501457c2c5f40ebb7
vulkan: add a buffer memory allocator

Wraps the VkBuffer in a GstMemory subclass.
ext/vulkan/Makefile.am
ext/vulkan/vk.h
ext/vulkan/vk_fwd.h
ext/vulkan/vkbuffermemory.c [new file with mode: 0644]
ext/vulkan/vkbuffermemory.h [new file with mode: 0644]
ext/vulkan/vkinstance.c