MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / set_render_pass

Method set_render_pass

framework/resource_record.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void ResourceRecord::set_render_pass(size_t index, const RenderPass &render_pass)
148{
149 render_pass_to_index[&render_pass] = index;
150}
151
152void ResourceRecord::set_graphics_pipeline(size_t index, const GraphicsPipeline &graphics_pipeline)
153{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected