|
enum class | type : std::uint32_t { graphics
, present
, compute
, transfer
} |
|
|
| queue (queue &&other) noexcept=default |
|
auto | operator= (queue &&other) noexcept -> queue &=default |
|
auto | handle () const noexcept -> const VkQueue & |
|
| operator const VkQueue & () const noexcept |
|
auto | family () const noexcept -> std::uint32_t |
|
auto | wait_idle () const -> void |
|
| noncopyable (const noncopyable &)=delete |
|
| noncopyable (noncopyable &&) noexcept=default |
|
auto | operator= (const noncopyable &) -> noncopyable &=delete |
|
auto | operator= (noncopyable &&) noexcept -> noncopyable &=default |
|
The documentation for this class was generated from the following files:
- libsbx-graphics/libsbx/graphics/devices/logical_device.hpp
- libsbx-graphics/libsbx/graphics/devices/logical_device.cpp