Uses of Class
com.mojang.blaze3d.systems.GpuDevice
Packages that use GpuDevice
-
Uses of GpuDevice in com.mojang.blaze3d
Fields in com.mojang.blaze3d with type parameters of type GpuDeviceModifier and TypeFieldDescriptionprivate final WeakReference<GpuDevice> GraphicsWorkarounds.gpuDeviceMethods in com.mojang.blaze3d with parameters of type GpuDeviceModifier and TypeMethodDescriptionstatic GraphicsWorkaroundsprivate static booleanprivate static booleanGraphicsWorkarounds.isGlOnDx12(GpuDevice gpuDevice) private static booleanGraphicsWorkarounds.isIntelGen11(GpuDevice gpuDevice) Constructors in com.mojang.blaze3d with parameters of type GpuDevice -
Uses of GpuDevice in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuDeviceModifier and TypeFieldDescriptionprivate final GpuDeviceWindowAndDevice.deviceThe field for thedevicerecord component.private static @Nullable GpuDeviceRenderSystem.DEVICEMethods in com.mojang.blaze3d.systems that return GpuDeviceModifier and TypeMethodDescriptionWindowAndDevice.device()Returns the value of thedevicerecord component.static GpuDeviceRenderSystem.getDevice()static @Nullable GpuDeviceRenderSystem.tryGetDevice()Methods in com.mojang.blaze3d.systems with parameters of type GpuDeviceConstructors in com.mojang.blaze3d.systems with parameters of type GpuDeviceModifierConstructorDescriptionWindowAndDevice(long window, GpuDevice device) Creates an instance of aWindowAndDevicerecord class. -
Uses of GpuDevice in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type GpuDeviceModifier and TypeMethodDescriptionUberGpuBuffer.UberGpuBufferStagingBuffer.create(String name, GpuDevice gpuDevice, int stagingBufferSize, GraphicsWorkarounds workarounds) booleanUberGpuBuffer.uploadStagedAllocations(GpuDevice gpuDevice, CommandEncoder encoder) Constructors in com.mojang.blaze3d.vertex with parameters of type GpuDeviceModifierConstructorDescriptionprivateCPUStagingBuffer(String name, GpuDevice gpuDevice, int stagingBufferSize) privateMappedStagingBuffer(String name, GpuDevice gpuDevice, int stagingBufferSize) UberGpuBuffer(String name, int usage, int heapSize, int alignSize, GpuDevice gpuDevice, int stagingBufferSize, GraphicsWorkarounds workarounds) (package private)UberGpuBufferHeap(long size, GpuDevice gpuDevice, int usage, String name)