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::RPI::PassAttachmentSizeMultipliers Struct Referencefinal

A set of multipliers used to obtain the size of an attachment from an existing attachment's size. More...

#include <PassAttachmentReflect.h>

Public Member Functions

 AZ_TYPE_INFO (PassAttachmentSizeMultipliers, "{218DB53E-5B33-4DD1-AC23-9BADE4148EE6}")
 
RHI::Size ApplyModifiers (const RHI::Size &size) const
 Takes a source size and returns that size with multipliers applied.
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

float m_widthMultiplier = 1.0f
 
float m_heightMultiplier = 1.0f
 
float m_depthMultiplier = 1.0f
 

Detailed Description

A set of multipliers used to obtain the size of an attachment from an existing attachment's size.


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