jGL
|
This is the complete list of members for jGL::Vulkan::VertexBuffer< glm::vec2 >, including all inherited members.
binding | jGL::Vulkan::VertexBufferObject | protected |
buffer | jGL::Vulkan::VertexBufferObject | protected |
device | jGL::Vulkan::VertexBufferObject | protected |
getArrtibuteDescriptions() | jGL::Vulkan::VertexBuffer< glm::vec2 > | inlinevirtual |
getBindingDescription() | jGL::Vulkan::VertexBuffer< glm::vec2 > | inlinevirtual |
getVkBuffer() const | jGL::Vulkan::VertexBufferObject | inline |
inputRate | jGL::Vulkan::VertexBufferObject | protected |
location | jGL::Vulkan::VertexBufferObject | protected |
setBinding(uint32_t b) | jGL::Vulkan::VertexBufferObject | inline |
setLocation(uint32_t l) | jGL::Vulkan::VertexBufferObject | inline |
subData(const Device &device, const Command &command, std::vector< glm::vec2 > data) | jGL::Vulkan::VertexBuffer< glm::vec2 > | inline |
VertexBuffer(const Device &device, const Command &command, std::vector< glm::vec2 > data, VkVertexInputRate rate, uint32_t binding=0, uint32_t location=0) | jGL::Vulkan::VertexBuffer< glm::vec2 > | inline |
VertexBufferObject(const Device &device) | jGL::Vulkan::VertexBufferObject | inline |