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::Vulkan::ShaderStageFunction Class Reference

Inherits AZ::RHI::ShaderStageFunction.

Public Member Functions

 AZ_RTTI (ShaderStageFunction, "{A606478A-97E9-402D-A776-88EE72DAC6F9}", RHI::ShaderStageFunction)
 
 AZ_CLASS_ALLOCATOR (ShaderStageFunction, AZ::SystemAllocator)
 
void SetByteCode (uint32_t subStageIndex, const ShaderByteCode &byteCode, const AZStd::string_view &entryFunctionName)
 Assigns byte code to the function.
 
ShaderByteCodeView GetByteCode (uint32_t subStageIndex) const
 Returns the assigned bytecode.
 
const AZStd::string & GetEntryFunctionName (uint32_t subStageIndex) const
 Return the entry function name.
 
- Public Member Functions inherited from AZ::RHI::ShaderStageFunction
 AZ_RTTI (ShaderStageFunction, "{D7D800D1-4A14-4C3F-A7E4-B2645137FAC6}")
 
ShaderStage GetShaderStage () const
 Returns the shader stage associated with this function.
 
HashValue64 GetHash () const
 
ResultCode Finalize ()
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 
static RHI::Ptr< ShaderStageFunctionCreate (RHI::ShaderStage shaderStage)
 
- Static Public Member Functions inherited from AZ::RHI::ShaderStageFunction
static void Reflect (AZ::ReflectContext *context)
 

Friends

template<typename , typename >
struct AnyTypeInfoConcept
 
template<typename , bool , bool >
struct Serialize::InstanceFactory
 

Additional Inherited Members

- Protected Member Functions inherited from AZ::RHI::ShaderStageFunction
 ShaderStageFunction (ShaderStage shaderStage)
 
void SetHash (HashValue64 hash)
 

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