#include <vthreepy_types.h>
Definition at line 354 of file vthreepy_types.h.
◆ PvSvk()
◆ dealloc()
Definition at line 359 of file vthreepy_types.h.
359 {
360
363 {
364 vkDestroyShaderModule($device, shaderModule, nullptr);
365 };
366 vkDestroyPipeline($device,
pipeline,
nullptr);
368 };
369
370 };
◆ isValid()
◆ pipeline
VkPipeline PvSvk::pipeline = VK_NULL_HANDLE |
◆ shaderModules
std::vector<VkShaderModule> PvSvk::shaderModules |
The documentation for this struct was generated from the following file: