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

Method GetBuffer

qrenderdoc/Windows/PythonShell.cpp:521–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 virtual TextureDescription *GetTexture(ResourceId id) override { return m_Obj.GetTexture(id); }
520 virtual const rdcarray<TextureDescription> &GetTextures() override { return m_Obj.GetTextures(); }
521 virtual BufferDescription *GetBuffer(ResourceId id) override { return m_Obj.GetBuffer(id); }
522 virtual DescriptorStoreDescription *GetDescriptorStore(ResourceId id) override
523 {
524 return m_Obj.GetDescriptorStore(id);

Callers 15

InspectMethod · 0.45
ViewTextureMethod · 0.45
OnEventChangedMethod · 0.45
ViewBufferMethod · 0.45
addResourceRowMethod · 0.45
addCBufferRowMethod · 0.45
setStateMethod · 0.45
exportViewHTMLMethod · 0.45

Calls

no outgoing calls

Tested by 2

InspectMethod · 0.36