MCPcopy Create free account
hub / github.com/baldurk/renderdoc / FillCBufferVariables

Method FillCBufferVariables

renderdoc/replay/dummy_driver.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void 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
291rdcarray<PixelModification> DummyDriver::PixelHistory(rdcarray<EventUsage> events,
292 ResourceId target, uint32_t x, uint32_t y,

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected