Open 3D Engine AzCore 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::IO::StreamStackEntry::Status Struct Reference

Public Attributes

s32 m_numAvailableSlots { std::numeric_limits<s32>::max() }
 
bool m_isIdle { true }
 True if no node in the stack is doing any work or has any work pending.
 

Member Data Documentation

◆ m_numAvailableSlots

s32 AZ::IO::StreamStackEntry::Status::m_numAvailableSlots { std::numeric_limits<s32>::max() }

The number of requests that can still be submitted to the stack. If this is positive more requests can be issued. If it's negative the stack is saturated and no more requests should be issued.


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