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 record
static final record
static final record
-
Method Summary
-
Method Details
-
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-