Interface TextureUniformAccess.SamplerListener

Enclosing interface:
TextureUniformAccess
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TextureUniformAccess.SamplerListener
Fired when samplers are resolved to capture the current bindings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdateSamplers(it.unimi.dsi.fastutil.objects.Object2IntMap<CharSequence> boundSamplers)
    Called to update the listener with the new texture units for the specified textures.
  • Method Details

    • onUpdateSamplers

      void onUpdateSamplers(it.unimi.dsi.fastutil.objects.Object2IntMap<CharSequence> boundSamplers)
      Called to update the listener with the new texture units for the specified textures.
      Parameters:
      boundSamplers - The textures bound