VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
ImVvk Struct Reference

#include <vthreepy_types.h>

Public Member Functions

void dealloc ()
 
bool isValid ()
 

Public Attributes

void * mapped = nullptr
 
int version = { -1 }
 

Detailed Description

Definition at line 412 of file vthreepy_types.h.

Inheritance diagram for ImVvk:

Member Function Documentation

◆ dealloc()

void ImVvk::dealloc ( )
inline

Definition at line 416 of file vthreepy_types.h.

416 {
417 if (mapped != nullptr)mapped = nullptr;
418 };
void * mapped

◆ isValid()

bool ImVvk::isValid ( )
inline

Definition at line 420 of file vthreepy_types.h.

420 {
421 return mapped != nullptr;
422 };

Member Data Documentation

◆ mapped

void* ImVvk::mapped = nullptr

Definition at line 413 of file vthreepy_types.h.

◆ version

int ImVvk::version = { -1 }

Definition at line 414 of file vthreepy_types.h.


The documentation for this struct was generated from the following file: