Uses of Interface
com.mojang.blaze3d.systems.GpuDeviceBackend
Packages that use GpuDeviceBackend
-
Uses of GpuDeviceBackend in com.mojang.blaze3d.opengl
Classes in com.mojang.blaze3d.opengl that implement GpuDeviceBackend -
Uses of GpuDeviceBackend in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuDeviceBackendModifier and TypeFieldDescriptionprivate final GpuDeviceBackendGpuDevice.backendprivate final GpuDeviceBackendCommandEncoder.deviceprivate final GpuDeviceBackendRenderPass.deviceMethods in com.mojang.blaze3d.systems that return GpuDeviceBackendModifier and TypeMethodDescriptionGpuDevice.getBackend()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.mojang.blaze3d.systems with parameters of type GpuDeviceBackendModifierConstructorDescriptionCommandEncoder(GpuDeviceBackend device, CommandEncoderBackend backend) GpuDevice(GpuDeviceBackend backend) RenderPass(RenderPassBackend backend, GpuDeviceBackend device)