#include <vthreepy_types.h>
Definition at line 159 of file vthreepy_types.h.
◆ MIBvk()
Definition at line 169 of file vthreepy_types.h.
169 :
176 {
177 };
VkDescriptorBufferInfo info
◆ copy()
void MIBvk::copy |
( |
MIBvk |
v | ) |
|
|
inline |
◆ dealloc()
Definition at line 179 of file vthreepy_types.h.
179 {
181 vkDestroyBuffer($device,
buffer,
nullptr);
182 vkFreeMemory($device,
memory,
nullptr);
183 }
184 };
◆ isValid()
◆ buffer
VkBuffer MIBvk::buffer = VK_NULL_HANDLE |
◆ count
◆ info
VkDescriptorBufferInfo MIBvk::info |
◆ memory
VkDeviceMemory MIBvk::memory = VK_NULL_HANDLE |
◆ size
◆ version
int MIBvk::version = { -1 } |
The documentation for this struct was generated from the following file: