Package io.github.douira.glsl_transformer.core


package io.github.douira.glsl_transformer.core
  • Classes
    Class
    Description
    The declaration replacement finds layout declarations and replaces all references to them with function calls and other code.
    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.