Interface MutableUniformAccess

All Superinterfaces:
UniformAccess
All Known Subinterfaces:
PostPipeline, ShaderProgram
All Known Implementing Classes:
BlitPostStage, CompositePostPipeline, CopyPostStage, DepthFunctionPostStage, DynamicShaderProgramImpl, FramebufferPostStage, MaskPostStage, ShaderProgramImpl

public interface MutableUniformAccess extends UniformAccess
Provides write access to all uniform variables in a shader program.
  • Method Details

    • setUniformBlock

      void setUniformBlock(CharSequence name, int binding)
      Sets the binding to use for the specified uniform block.
      Parameters:
      name - The name of the block to set
      binding - The binding to use for that block
    • setStorageBlock

      void setStorageBlock(CharSequence name, int binding)
      Sets the binding to use for the specified storage block.
      Parameters:
      name - The name of the block to set
      binding - The binding to use for that block