Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -80,6 +80,22 @@ namespace AZ
|
||||
}
|
||||
}
|
||||
|
||||
void ShaderResourceGroupAssetCreator::AddShaderInput(const RHI::ShaderInputBufferUnboundedArrayDescriptor& shaderInputBufferUnboundedArray)
|
||||
{
|
||||
if (ValidateIsReady())
|
||||
{
|
||||
m_shaderResourceGroupLayout->AddShaderInput(shaderInputBufferUnboundedArray);
|
||||
}
|
||||
}
|
||||
|
||||
void ShaderResourceGroupAssetCreator::AddShaderInput(const RHI::ShaderInputImageUnboundedArrayDescriptor& shaderInputImageUnboundedArray)
|
||||
{
|
||||
if (ValidateIsReady())
|
||||
{
|
||||
m_shaderResourceGroupLayout->AddShaderInput(shaderInputImageUnboundedArray);
|
||||
}
|
||||
}
|
||||
|
||||
void ShaderResourceGroupAssetCreator::AddShaderInput(const RHI::ShaderInputSamplerDescriptor& shaderInputSampler)
|
||||
{
|
||||
if (ValidateIsReady())
|
||||
@@ -150,4 +166,4 @@ namespace AZ
|
||||
return true;
|
||||
}
|
||||
} // namespace RPI
|
||||
} // namespace AZ
|
||||
} // namespace AZ
|
||||
|
||||
Reference in New Issue
Block a user