| 280 | } |
| 281 | |
| 282 | Descriptor Following::GetDepthTarget(ICaptureContext &ctx) |
| 283 | { |
| 284 | bool copy = false, clear = false, compute = false; |
| 285 | GetActionContext(ctx, copy, clear, compute); |
| 286 | |
| 287 | if(copy || clear || compute) |
| 288 | return Descriptor(); |
| 289 | else |
| 290 | return ctx.CurPipelineState().GetDepthTarget(); |
| 291 | } |
| 292 | |
| 293 | Descriptor Following::GetDepthResolveTarget(ICaptureContext &ctx) |
| 294 | { |