Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ResourcePool< T >::Entry Struct Reference

Public Attributes

ResourcePtr< T > _ptr { nullptr }
 
size_t _descriptorHash { 0u }
 
U32 _refCount { 0u }
 

Detailed Description

template<typename T>
struct Divide::ResourcePool< T >::Entry

Definition at line 62 of file ResourceCache.inl.

Member Data Documentation

◆ _descriptorHash

template<typename T >
size_t Divide::ResourcePool< T >::Entry::_descriptorHash { 0u }

Definition at line 65 of file ResourceCache.inl.

◆ _ptr

template<typename T >
ResourcePtr<T> Divide::ResourcePool< T >::Entry::_ptr { nullptr }

Definition at line 64 of file ResourceCache.inl.

◆ _refCount

template<typename T >
U32 Divide::ResourcePool< T >::Entry::_refCount { 0u }

Definition at line 66 of file ResourceCache.inl.


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