Vulkan-Hpp
|
Public Member Functions | |
void | clear (vk::Device device) |
Public Attributes | |
vk::CommandPool | commandPool |
vk::CommandBuffer | commandBuffer |
vk::Fence | fence |
vk::Semaphore | presentCompleteSemaphore |
vk::Semaphore | renderCompleteSemaphore |
Definition at line 184 of file RayTracing.cpp.
|
inline |
Definition at line 186 of file RayTracing.cpp.
vk::CommandBuffer PerFrameData::commandBuffer |
Definition at line 196 of file RayTracing.cpp.
vk::CommandPool PerFrameData::commandPool |
Definition at line 195 of file RayTracing.cpp.
vk::Fence PerFrameData::fence |
Definition at line 197 of file RayTracing.cpp.
vk::Semaphore PerFrameData::presentCompleteSemaphore |
Definition at line 198 of file RayTracing.cpp.
vk::Semaphore PerFrameData::renderCompleteSemaphore |
Definition at line 199 of file RayTracing.cpp.