Class PipelineCache
java.lang.Object
com.mojang.blaze3d.pipeline.PipelineCache
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<RenderPipeline, CompiledRenderPipeline> private final GpuDeviceprivate final ShaderSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclose()get(RenderPipeline pipeline) voidinsert(RenderPipeline pipeline, CompiledRenderPipeline compiled)
-
Field Details
-
device
-
shaderSource
-
cache
-
-
Constructor Details
-
PipelineCache
-
-
Method Details
-
insert
-
get
-
clear
public void clear() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-