Open 3D Engine Atom 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::RHI::IndexBufferView Class Reference

Public Member Functions

 IndexBufferView (const Buffer &buffer, uint32_t byteOffset, uint32_t byteCount, IndexFormat format)
 
HashValue64 GetHash () const
 Returns the hash of the view. This hash is precomputed at creation time.
 
const BufferGetBuffer () const
 Returns the buffer associated with the data in the view.
 
uint32_t GetByteOffset () const
 Returns the byte offset into the buffer returned by GetBuffer.
 
uint32_t GetByteCount () const
 Returns the number of bytes in the view.
 
IndexFormat GetIndexFormat () const
 Returns the format of each index in the view.
 

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