extends GpuSampler implements DeferredDisposable
All mapped superinterfaces:
| com.mojang.blaze3d.vulkan.VulkanGpuSampler | |
| net.minecraft.class_1_701 | |
| net.minecraft.client.vulkan.VulkanSampler |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final long |
|
||||||
| private final VulkanBackend |
|
||||||
| private final AddressMode |
|
||||||
| private final AddressMode |
|
||||||
| private final FilterMode |
|
||||||
| private final FilterMode |
|
||||||
| private final int |
|
||||||
| private final OptionalDouble |
|
||||||
| private boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (VulkanBackend device, AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilterMode, FilterMode magFilterMode, int maxAnisotropy, OptionalDouble maxLevelOfDetail) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public void |
|
||||||
| public void |
|
||||||
| public AddressMode |
|
||||||
| public AddressMode |
|
||||||
| public FilterMode |
|
||||||
| public FilterMode |
|
||||||
| public int |
|
||||||
| public OptionalDouble |
|
||||||
| public long |
|