vk/vulkan.h: Remove UINT8 index buffers

This commit is contained in:
Jason Ekstrand
2015-07-07 11:26:26 -07:00
parent 0a42332904
commit 245583075c
2 changed files with 4 additions and 6 deletions

View File

@@ -2717,7 +2717,6 @@ void anv_CmdBindIndexBuffer(
struct anv_buffer *buffer = (struct anv_buffer *) _buffer;
static const uint32_t vk_to_gen_index_type[] = {
[VK_INDEX_TYPE_UINT8] = INDEX_BYTE,
[VK_INDEX_TYPE_UINT16] = INDEX_WORD,
[VK_INDEX_TYPE_UINT32] = INDEX_DWORD,
};