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

Method GetDescriptors

renderdoc/core/replay_proxy.cpp:1941–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1939}
1940
1941rdcarray<Descriptor> ReplayProxy::GetDescriptors(ResourceId descriptorStore,
1942 const rdcarray<DescriptorRange> &ranges)
1943{
1944 PROXY_FUNCTION(GetDescriptors, descriptorStore, ranges);
1945}
1946
1947template <typename ParamSerialiser, typename ReturnSerialiser>
1948rdcarray<SamplerDescriptor> ReplayProxy::Proxied_GetSamplerDescriptors(

Callers 6

ViewD3D12StateMethod · 0.45
OnEventChangedMethod · 0.45
OnEventChangedMethod · 0.45
OnEventChangedMethod · 0.45
check_captureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected