Open 3D Engine AtomTressFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Render::HairSharedBufferAllocation Class Reference

#include <HairSharedBufferInterface.h>

Inherits AZStd::intrusive_base.

Public Member Functions

 AZ_CLASS_ALLOCATOR (HairSharedBufferAllocation, AZ::SystemAllocator)
 
 HairSharedBufferAllocation (RHI::VirtualAddress virtualAddress)
 
void SuppressSignalOnDeallocate ()
 If this function is called, the SharedBuffer will not signal when the memory is freed.
 
RHI::VirtualAddress GetVirtualAddress () const
 

Detailed Description

An intrusive_ptr wrapper around an RHI::Allocation that will automatically free the memory from the SharedBuffer when the ref count drops to zero


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