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

Method set_pipeline_layout

framework/resource_record.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void ResourceRecord::set_pipeline_layout(size_t index, const PipelineLayout &pipeline_layout)
143{
144 pipeline_layout_to_index[&pipeline_layout] = index;
145}
146
147void ResourceRecord::set_render_pass(size_t index, const RenderPass &render_pass)
148{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected