VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <vthreepy_types.h>
Public Member Functions | |
void | dealloc () |
bool | isValid () |
Public Attributes | |
VkDescriptorBufferInfo | info |
VkBuffer | buffer = VK_NULL_HANDLE |
void * | mapped |
VkDeviceSize | size = 0 |
VkDeviceSize | offset = 0 |
int | version = { -1 } |
Definition at line 392 of file vthreepy_types.h.
|
inline |
Definition at line 400 of file vthreepy_types.h.
|
inline |
Definition at line 406 of file vthreepy_types.h.
VkBuffer IBmvk::buffer = VK_NULL_HANDLE |
Definition at line 395 of file vthreepy_types.h.
VkDescriptorBufferInfo IBmvk::info |
Definition at line 394 of file vthreepy_types.h.
void* IBmvk::mapped |
Definition at line 396 of file vthreepy_types.h.
VkDeviceSize IBmvk::offset = 0 |
Definition at line 398 of file vthreepy_types.h.
VkDeviceSize IBmvk::size = 0 |
Definition at line 397 of file vthreepy_types.h.
int IBmvk::version = { -1 } |
Definition at line 399 of file vthreepy_types.h.