Class InterfaceBlock


public final class InterfaceBlock extends TopLevelElement
An interface block declaration invalid input: '&' definition, as in:
 out SV_PerVertex {
   layout(position) out float4 SV_Position;
 };
 
At the AST level, this is represented by a single variable of struct type.
  • Constructor Details

    • InterfaceBlock

      public InterfaceBlock(int position, @NonNull Variable variable)
  • Method Details