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