You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/Feature/Common/Assets/Passes/LuminanceHistogramGenerator...

44 lines
1.5 KiB
Plaintext

{
"Type": "JsonSerialization",
"Version": 1,
"ClassName": "PassAsset",
"ClassData": {
"PassTemplate": {
"Name": "LuminanceHistogramGeneratorTemplate",
"PassClass": "LuminanceHistogramGeneratorPass",
"Slots": [
{
"Name": "ColorInput",
"SlotType": "Input",
"ScopeAttachmentUsage": "Shader",
"ShaderInputName": "m_inputTexture"
},
{
"Name": "Output",
"SlotType": "Output",
"ShaderInputName": "m_outputTexture",
"ScopeAttachmentUsage": "Shader",
"LoadStoreAction": {
"ClearValue": {
"UintValue": [
0,
0,
0,
0
]
},
"LoadAction": "Clear"
}
}
],
"PassData": {
"$type": "ComputePassData",
"ShaderAsset": {
"FilePath": "Shaders/PostProcessing/LuminanceHistogramGenerator.shader"
},
"Make Fullscreen Pass": false
}
}
}
}