| 282 | } |
| 283 | |
| 284 | void DummyDriver::FillCBufferVariables(ResourceId pipeline, ResourceId shader, ShaderStage stage, |
| 285 | rdcstr entryPoint, uint32_t cbufSlot, |
| 286 | rdcarray<ShaderVariable> &outvars, const bytebuf &data) |
| 287 | { |
| 288 | outvars.clear(); |
| 289 | } |
| 290 | |
| 291 | rdcarray<PixelModification> DummyDriver::PixelHistory(rdcarray<EventUsage> events, |
| 292 | ResourceId target, uint32_t x, uint32_t y, |
no test coverage detected