UgMaterialPipelineEntry

Per-render-pass pipeline cache entry

It

Pair of render pass and the compiled pipeline for that pass

struct It {
  VkRenderPass renderPass;
  VkPipeline   pipeline;
};