Interface SamplerUniformV2
- All Superinterfaces:
SamplerUniform
- All Known Implementing Classes:
ManagedSamplerUniformV2
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(IntSupplier textureSupplier) Sets the value of a sampler uniform declared in jsonMethods inherited from interface dev.cammiescorner.velvet.api.managed.uniform.SamplerUniform
set, set, set, setDirect
-
Method Details
-
set
Sets the value of a sampler uniform declared in jsonThis method is only supported for
ManagedShaderEffect- Parameters:
textureSupplier- a supplier for opengl texture names
-