|
VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
|
#include <vthreepy_types.h>
Public Attributes | |
| VkPipelineLayout | vkPL |
| VkRenderPass | vkRP |
| VkPipelineCache | vkPC |
| VkPipelineVertexInputStateCreateInfo * | vkPVISci |
| std::string | spv |
| arth::GEOMETRY | defulettype |
| uint32_t | multisample |
Definition at line 445 of file vthreepy_types.h.
| arth::GEOMETRY PipelineConfigure::defulettype |
Definition at line 452 of file vthreepy_types.h.
| uint32_t PipelineConfigure::multisample |
Definition at line 453 of file vthreepy_types.h.
| std::string PipelineConfigure::spv |
Definition at line 451 of file vthreepy_types.h.
| VkPipelineCache PipelineConfigure::vkPC |
Definition at line 449 of file vthreepy_types.h.
| VkPipelineLayout PipelineConfigure::vkPL |
Definition at line 447 of file vthreepy_types.h.
| VkPipelineVertexInputStateCreateInfo* PipelineConfigure::vkPVISci |
Definition at line 450 of file vthreepy_types.h.
| VkRenderPass PipelineConfigure::vkRP |
Definition at line 448 of file vthreepy_types.h.