FastEngine 0.9.3
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::vulkan::Garbage Class Referencefinal

A class that holds a garbage object. More...

#include <C_garbageCollector.hpp>

Public Member Functions

constexpr Garbage (GarbageDescriptorSet const &garbage)
 
constexpr Garbage (GarbageBuffer const &garbage)
 
constexpr Garbage (GarbageGraphicPipeline const &garbage)
 
constexpr Garbage (GarbagePipelineLayout const &garbage)
 
constexpr Garbage (GarbageCommandPool const &garbage)
 
constexpr Garbage (GarbageCommandBuffer const &garbage)
 
constexpr Garbage (GarbageFramebuffer const &garbage)
 
constexpr Garbage (GarbageRenderPass const &garbage)
 
constexpr Garbage (GarbageSampler const &garbage)
 
constexpr Garbage (GarbageImage const &garbage)
 
 Garbage (Garbage const &r)=delete
 
 Garbage (Garbage &&r) noexcept
 
Garbageoperator= (Garbage const &r)=delete
 
Garbageoperator= (Garbage &&r) noexcept=delete
 

Detailed Description

A class that holds a garbage object.

See also
GarbageCollector

The documentation for this class was generated from the following file: