Uses of Interface
com.mojang.blaze3d.systems.RenderPassBackend
Packages that use RenderPassBackend
-
Uses of RenderPassBackend in com.mojang.blaze3d.opengl
Classes in com.mojang.blaze3d.opengl that implement RenderPassBackendMethods in com.mojang.blaze3d.opengl that return RenderPassBackendModifier and TypeMethodDescriptionGlCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) GlCommandEncoder.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) -
Uses of RenderPassBackend in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as RenderPassBackendMethods in com.mojang.blaze3d.systems that return RenderPassBackendModifier and TypeMethodDescriptionCommandEncoderBackend.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor) CommandEncoderBackend.createRenderPass(Supplier<String> label, GpuTextureView colorTexture, OptionalInt clearColor, @Nullable GpuTextureView depthTexture, OptionalDouble clearDepth) Constructors in com.mojang.blaze3d.systems with parameters of type RenderPassBackend