diff options
author | Jason Ekstrand <[email protected]> | 2015-12-12 16:11:23 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-12-12 16:11:23 -0800 |
commit | c56186026fce7a28db2fe7cabf58a11328877123 (patch) | |
tree | 126126ebfb54e697a4fa0d16dd26598a2fdfd9a1 /src/vulkan/anv_device.c | |
parent | fd944197f27ff428f2599eb03bc0c4085c9fbc6a (diff) |
anv: Add initial support for texel buffers
Diffstat (limited to 'src/vulkan/anv_device.c')
-rw-r--r-- | src/vulkan/anv_device.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 7556d8353d5..7ddad58cf6f 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -1514,23 +1514,6 @@ anv_fill_buffer_surface_state(struct anv_device *device, void *state, } } -VkResult anv_CreateBufferView( - VkDevice _device, - const VkBufferViewCreateInfo* pCreateInfo, - const VkAllocationCallbacks* pAllocator, - VkBufferView* pView) -{ - stub_return(VK_ERROR_INCOMPATIBLE_DRIVER); -} - -void anv_DestroyBufferView( - VkDevice _device, - VkBufferView _bview, - const VkAllocationCallbacks* pAllocator) -{ - stub(); -} - void anv_DestroySampler( VkDevice _device, VkSampler _sampler, |