1#ifndef MYTHINDEXBUFFERVULKAN_H
2#define MYTHINDEXBUFFERVULKAN_H
11 QVulkanDeviceFunctions* Functions,
12 const std::vector<uint16_t>& Indices);
20 QVulkanDeviceFunctions* Functions,
21 const std::vector<uint16_t>& Indices);
A device containing images (ie. USB stick, CD, storage group etc)
MythIndexBufferVulkan(MythRenderVulkan *Render, VkDevice Device, QVulkanDeviceFunctions *Functions, const std::vector< uint16_t > &Indices)
static MythIndexBufferVulkan * Create(MythRenderVulkan *Render, VkDevice Device, QVulkanDeviceFunctions *Functions, const std::vector< uint16_t > &Indices)
uint32_t GetSize(void) const
VkBuffer GetBuffer(void) const
MythRenderVulkan * Render()