jGL
|
This is the complete list of members for jGL::Vulkan::VertexBuffer< T >, including all inherited members.
binding | jGL::Vulkan::VertexBufferObject | protected |
buffer | jGL::Vulkan::VertexBufferObject | protected |
device | jGL::Vulkan::VertexBufferObject | protected |
getArrtibuteDescriptions() | jGL::Vulkan::VertexBuffer< T > | virtual |
getBindingDescription() | jGL::Vulkan::VertexBuffer< T > | virtual |
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< T > data) | jGL::Vulkan::VertexBuffer< T > | inline |
VertexBuffer(const Device &device, const Command &command, std::vector< T > data, VkVertexInputRate rate, uint32_t binding=0, uint32_t location=0) | jGL::Vulkan::VertexBuffer< T > | inline |
VertexBufferObject(const Device &device) | jGL::Vulkan::VertexBufferObject | inline |