#include <incomplete.h>
Definition at line 206 of file incomplete.h.
◆ StoBache()
◆ ~StoBache()
◆ dealloc()
void StoBache::dealloc |
( |
| ) |
|
|
inline |
Definition at line 232 of file incomplete.h.
232 {
233 for (
auto& v :
view) {
234 if (v != VK_NULL_HANDLE) {
235 vkDestroyBufferView($device, v, NULL);
236 v = VK_NULL_HANDLE;
237 }
238 };
240 };
std::vector< VkBufferView > view
◆ operator<()
bool StoBache::operator< |
( |
const StoBache & |
rhs | ) |
const |
|
inline |
◆ align
VkDeviceSize StoBache::align |
◆ binding
uint32_t StoBache::binding |
◆ buffer
◆ format
VkFormat StoBache::format |
◆ id
long StoBache::id = { -1 } |
◆ info
VkDescriptorBufferInfo StoBache::info |
◆ mapped
◆ offset
VkDeviceSize StoBache::offset |
◆ reqAlign
VkDeviceSize StoBache::reqAlign |
◆ reqSize
VkDeviceSize StoBache::reqSize |
◆ set
◆ size
VkDeviceSize StoBache::size |
◆ view
std::vector<VkBufferView> StoBache::view |
◆ vkBuffer
VkBuffer StoBache::vkBuffer |
The documentation for this struct was generated from the following file: