diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-01 17:30:39 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-02 11:33:56 -0600 |
| commit | 41866db908985f0fc389e5cd7924afa4fd61aa93 (patch) | |
| tree | 9fc04e2b2598c78ee4c30ed94a0678b1cbf07593 /include/vk_layer.h | |
| parent | 4080386f5a53856ee74a05201c46a1b62704a82b (diff) | |
| download | usermoji-41866db908985f0fc389e5cd7924afa4fd61aa93.tar.xz | |
Bug 14522: Remove VkAttachmentView
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14522
Several parts of the driver really want an attachment view
so I've included the attachment information in the
intel_img_view structure and initialize both when the
view is created.
Parts of the meta path only need intel_att_view and
I kept that in place.
Diffstat (limited to 'include/vk_layer.h')
| -rw-r--r-- | include/vk_layer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vk_layer.h b/include/vk_layer.h index 9e5cf4ef..886ca2d3 100644 --- a/include/vk_layer.h +++ b/include/vk_layer.h @@ -76,8 +76,6 @@ typedef struct VkLayerDispatchTable_ PFN_vkGetImageSubresourceLayout GetImageSubresourceLayout; PFN_vkCreateImageView CreateImageView; PFN_vkDestroyImageView DestroyImageView; - PFN_vkCreateAttachmentView CreateAttachmentView; - PFN_vkDestroyAttachmentView DestroyAttachmentView; PFN_vkCreateShaderModule CreateShaderModule; PFN_vkDestroyShaderModule DestroyShaderModule; PFN_vkCreateShader CreateShader; |
