d5431653aa
- Fixed fallback connections for hair pipeline to allow disabling the parent pass hierarchy when not required - Renamed the Thumbnail pipeline to be used as generic minimal tools pipeline - Reused the Tools pipeline for the preview renderer - minimal FPs and passes Remark: - The tools pipeline should have folloup submits for reducing passes to minimal required render passes Signed-off-by: Adi-Amazon <Adi Bar-Lev barlev@amazon.com> Co-authored-by: Adi-Amazon <Adi Bar-Lev barlev@amazon.com>
33 lines
987 B
Plaintext
33 lines
987 B
Plaintext
{
|
|
"Type": "JsonSerialization",
|
|
"Version": 1,
|
|
"ClassName": "PassAsset",
|
|
"ClassData": {
|
|
"PassTemplate": {
|
|
"Name": "ToolsPipelineRenderToTexture",
|
|
"PassClass": "RenderToTexturePass",
|
|
"PassData": {
|
|
"$type": "RenderToTexturePassData",
|
|
"OutputWidth": 512,
|
|
"OutputHeight": 512,
|
|
"OutputFormat": "R8G8B8A8_UNORM"
|
|
},
|
|
"PassRequests": [
|
|
{
|
|
"Name": "Pipeline",
|
|
"TemplateName": "ToolsPipeline",
|
|
"Connections": [
|
|
{
|
|
"LocalSlot": "SwapChainOutput",
|
|
"AttachmentRef": {
|
|
"Pass": "Parent",
|
|
"Attachment": "Output"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|