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.
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
{
|
|
"Type": "JsonSerialization",
|
|
"Version": 1,
|
|
"ClassName": "PassAsset",
|
|
"ClassData": {
|
|
"PassTemplate": {
|
|
|
|
// This is for debug purposes and edge cases only
|
|
// If you want to clear an attachment you should
|
|
// use the LoadStoreAction on your pass slot.
|
|
"Name": "SlowClearPassTemplate",
|
|
"PassClass": "SlowClearPass",
|
|
"Slots": [
|
|
{
|
|
"Name": "ClearInputOutput",
|
|
"SlotType": "InputOutput",
|
|
"ScopeAttachmentUsage": "RenderTarget",
|
|
"LoadStoreAction": {
|
|
"ClearValue": {
|
|
"Value": [
|
|
0.0,
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
]
|
|
},
|
|
"LoadAction": "Clear",
|
|
"LoadActionStencil": "Clear"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|