Open 3D Engine Atom Gem API Reference 25.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::PipelineLibraryDescriptor Struct Reference

#include <PipelineLibrary.h>

Public Member Functions

void Init (MultiDevice::DeviceMask deviceMask, const AZStd::unordered_map< int, ConstPtr< RHI::PipelineLibraryData > > &serializedData, const AZStd::unordered_map< int, AZStd::string > &filePaths)
 
DevicePipelineLibraryDescriptor GetDevicePipelineLibraryDescriptor (int deviceIndex) const
 Returns the device-specific DevicePipelineLibraryDescriptor for the given index.
 

Public Attributes

AZStd::unordered_map< int, DevicePipelineLibraryDescriptorm_devicePipelineLibraryDescriptors
 A map of all device-specific PipelineLibraryDescriptors, indexed by the device index.
 

Detailed Description

A descriptor struct containing a map of device-specific PipelineLibraryDescriptors, used in PipelineLibrary


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