Class ValidationGpuTextureView
java.lang.Object
com.mojang.blaze3d.textures.GpuTextureView
net.neoforged.neoforge.client.blaze3d.validation.ValidationGpuTextureView
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationGpuTextureView(ValidationGpuTexture validationGpuTexture, GpuTextureView realTextureView, GpuDeviceUsageValidator validator) -
Method Summary
Methods inherited from class com.mojang.blaze3d.textures.GpuTextureView
baseMipLevel, getHeight, getWidth, mipLevels, texture
-
Field Details
-
realTextureView
-
-
Constructor Details
-
ValidationGpuTextureView
public ValidationGpuTextureView(ValidationGpuTexture validationGpuTexture, GpuTextureView realTextureView, GpuDeviceUsageValidator validator)
-
-
Method Details
-
getRealTextureView
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classGpuTextureView
-
isClosed
public boolean isClosed()- Specified by:
isClosedin classGpuTextureView
-