Package io.github.douira.glsl_transformer.core


package io.github.douira.glsl_transformer.core
  • Classes
    Class
    Description
    This phase finds targets in specified target token types (usually identifiers) and triggers their handlers.
    The wrap identifier transformation wraps the usage of a certain identifier with new code by replacing its usage with a new expression and inserting code that takes care of handling the conversion from the new to the old value.
    The dynamic wrap identifier transformation has a number of abstract methods that can be implemented in order to dynamically supply the parameters for this identifier wrap operation.
    A wrap identifier transformation that injects an external declaration at a specified location.