#include <qvk.h>
Public Attributes | |
| VkBuffer | buffer |
| VmaAllocation | allocation |
| VmaAllocationInfo | allocInfo |
| VkDeviceSize | currentOffset |
| VmaAllocation qvkbuffer_t::allocation |
Definition at line 127 of file qvk.h.
Referenced by createStagedBuffer(), and QVk_CreateBuffer().
| VmaAllocationInfo qvkbuffer_t::allocInfo |
Definition at line 128 of file qvk.h.
Referenced by CreateStagingBuffers(), CreateStaticBuffers(), QVk_CreateBuffer(), QVk_GetIndexBuffer(), QVk_GetStagingBuffer(), QVk_GetUniformBuffer(), QVk_GetVertexBuffer(), and QVk_ReadPixels().
| VkBuffer qvkbuffer_t::buffer |
Definition at line 126 of file qvk.h.
Referenced by createStagedBuffer(), CreateStaticBuffers(), QVk_CreateBuffer(), QVk_DrawColorRect(), QVk_DrawTexRect(), QVk_GetStagingBuffer(), QVk_GetVertexBuffer(), QVk_ReadPixels(), and RebuildTriangleFanIndexBuffer().
| VkDeviceSize qvkbuffer_t::currentOffset |
Definition at line 129 of file qvk.h.
Referenced by QVk_BeginFrame(), QVk_CreateBuffer(), QVk_GetIndexBuffer(), QVk_GetStagingBuffer(), QVk_GetUniformBuffer(), and QVk_GetVertexBuffer().