Uses of Interface
com.mojang.renderpearl.backend.api.GpuDeviceBackend
Packages that use GpuDeviceBackend
Package
Description
-
Uses of GpuDeviceBackend in com.mojang.renderpearl.backend.opengl
Classes in com.mojang.renderpearl.backend.opengl that implement GpuDeviceBackend -
Uses of GpuDeviceBackend in com.mojang.renderpearl.backend.vulkan
Classes in com.mojang.renderpearl.backend.vulkan that implement GpuDeviceBackend -
Uses of GpuDeviceBackend in com.mojang.renderpearl.frontend
Fields in com.mojang.renderpearl.frontend declared as GpuDeviceBackendModifier and TypeFieldDescriptionprivate final GpuDeviceBackendFrontendGpuDevice.backendprivate final GpuDeviceBackendFrontendCommandEncoder.deviceprivate final GpuDeviceBackendFrontendRenderPass.deviceConstructors in com.mojang.renderpearl.frontend with parameters of type GpuDeviceBackendModifierConstructorDescriptionFrontendCommandEncoder(@Nullable TracyGpuProfiler profiler, GpuDeviceBackend device, CommandEncoderBackend backend) FrontendGpuDevice(GpuDeviceBackend backend) FrontendRenderPass(RenderPassBackend backend, GpuDeviceBackend device, List<@Nullable RenderPassDescriptor.Attachment<Optional<Vector4fc>>> colorAttachments, boolean hasDepthAttachment, Runnable onFinish, @Nullable RenderPass.RenderArea renderArea) -
Uses of GpuDeviceBackend in com.mojang.renderpearl.frontend.shaders
Fields in com.mojang.renderpearl.frontend.shaders declared as GpuDeviceBackendConstructors in com.mojang.renderpearl.frontend.shaders with parameters of type GpuDeviceBackend