#include <vthreepy_types.h>
Definition at line 131 of file vthreepy_types.h.
◆ MBvk()
◆ dealloc()
Definition at line 148 of file vthreepy_types.h.
148 {
149 if (
buffer != VK_NULL_HANDLE) {
150 vkDestroyBuffer($device,
buffer,
nullptr);
151 vkFreeMemory($device,
memory,
nullptr);
154 };
155 };
◆ isValid()
◆ buffer
| VkBuffer MBvk::buffer = VK_NULL_HANDLE |
◆ count
◆ idxType
| VkIndexType MBvk::idxType |
◆ memory
| VkDeviceMemory MBvk::memory |
◆ version
| int MBvk::version = { -1 } |
The documentation for this struct was generated from the following file: