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

#include <AllocatorVk.h>

Public Member Functions

bool operator() (const void *lhs, const void *rhs) const
 

Detailed Description

Definition at line 863 of file AllocatorVk.h.

Member Function Documentation

◆ operator()()

bool vkmm::PointerLess::operator() ( const void *  lhs,
const void *  rhs 
) const
inline

Definition at line 865 of file AllocatorVk.h.

866 {
867 return lhs < rhs;
868 }

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