VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
ROLLCALL BOSS. More...
Functions | |
template<typename ... Args> | |
void | printer (Args &&... args) |
template<typename T , typename... Args> | |
void | push_back_vec (std::vector< T > &v, Args &&... args) |
template<class T , std::size_t... N> | |
constexpr T | bswap_impl (T i, std::index_sequence< N... >) |
template<class T , class U = std::make_unsigned_t<T>> | |
constexpr U | bswap (T i) |
template<typename T , typename... Args> | |
auto | passFunc (T &&f, Args... args) |
ROLLCALL BOSS.
|
constexpr |
Definition at line 1894 of file AllocatorVk.h.
|
constexpr |
Definition at line 1890 of file AllocatorVk.h.
auto front::garbage::passFunc | ( | T && | f, |
Args... | args | ||
) |
static_assert((std::is_constructible_v<T, Args&&> && ...));
Definition at line 1899 of file AllocatorVk.h.
void front::garbage::printer | ( | Args &&... | args | ) |
Definition at line 1877 of file AllocatorVk.h.
void front::garbage::push_back_vec | ( | std::vector< T > & | v, |
Args &&... | args | ||
) |
Definition at line 1882 of file AllocatorVk.h.