Package com.mojang.blaze3d.opengl
Interface Uniform
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
Uniform.Sampler,Uniform.Ubo,Uniform.Utb
public sealed interface Uniform
extends AutoCloseable
permits Uniform.Ubo, Uniform.Utb, Uniform.Sampler
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final recordstatic final record -
Method Summary
-
Method Details
-
close
default void close()- Specified by:
closein interfaceAutoCloseable
-