|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <instancestorage.h>
Classes | |
| class | Id |
Public Member Functions | |
| InstanceStorage () | |
| ~InstanceStorage () | |
| Id | alloc (const size_t size) |
| bool | realloc (Id &id, const size_t size) |
| auto | ssbo () const -> const Tempest::StorageBuffer & |
| bool | commit (Tempest::Encoder< Tempest::CommandBuffer > &cmd, uint8_t fId) |
| void | join () |
Definition at line 13 of file instancestorage.h.
| InstanceStorage::InstanceStorage | ( | ) |
Definition at line 104 of file instancestorage.cpp.
| InstanceStorage::~InstanceStorage | ( | ) |
Definition at line 115 of file instancestorage.cpp.
| InstanceStorage::Id InstanceStorage::alloc | ( | const size_t | size | ) |
Definition at line 217 of file instancestorage.cpp.
| bool InstanceStorage::commit | ( | Tempest::Encoder< Tempest::CommandBuffer > & | cmd, |
| uint8_t | fId | ||
| ) |
Definition at line 124 of file instancestorage.cpp.
| void InstanceStorage::join | ( | ) |
Definition at line 209 of file instancestorage.cpp.
| bool InstanceStorage::realloc | ( | Id & | id, |
| const size_t | size | ||
| ) |
Definition at line 256 of file instancestorage.cpp.
| const Tempest::StorageBuffer & InstanceStorage::ssbo | ( | ) | const -> const Tempest::StorageBuffer& |
Definition at line 284 of file instancestorage.cpp.