Blender  V3.3
Public Attributes | List of all members
BVHCache Struct Reference

Public Attributes

BVHCacheItem items [BVHTREE_MAX_ITEM]
 
ThreadMutex mutex
 

Detailed Description

Definition at line 39 of file bvhutils.cc.

Member Data Documentation

◆ items

BVHCacheItem BVHCache::items[BVHTREE_MAX_ITEM]

Definition at line 40 of file bvhutils.cc.

Referenced by bvhcache_find(), bvhcache_free(), bvhcache_has_tree(), and bvhcache_insert().

◆ mutex

ThreadMutex BVHCache::mutex

Definition at line 41 of file bvhutils.cc.

Referenced by bvhcache_find(), bvhcache_free(), bvhcache_init(), and bvhcache_unlock().


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