Module veloren_voxygen::render::renderer::pipeline_creation

source ยท

Structsยง

Functionsยง

  • Create IngamePipelines and shadow pipelines in parallel
  • Creates InterfacePipelines in parallel
  • Creates all the pipelines used to render. Use this for the initial creation. It blocks the main thread to create the interface pipelines while moving the creation of other pipelines into the background NOTE: this tries to use all the CPU cores to complete as soon as possible
  • recreate_pipelines ๐Ÿ”’
    Creates all the pipelines used to render. Use this to recreate all the pipelines in the background. TODO: report progress NOTE: this tries to use all the CPU cores to complete as soon as possible