public BaseWriter(DecompileContext context)
 {
     Context = context;
 }
Exemple #2
0
 public ResourceDefinitionWriter(DecompileContext context) : base(context)
 {
 }
 public ShaderWriter(DecompileContext context) : base(context)
 {
 }
 public InterfaceWriter(DecompileContext context) : base(context)
 {
 }
 public SignatureWriter(DecompileContext context) : base(context)
 {
 }
 public OperandWriter(DecompileContext context) : base(context)
 {
 }
 public InstructionWriter(DecompileContext context) : base(context)
 {
 }
 public PassWriter(DecompileContext context) : base(context)
 {
 }
Exemple #9
0
 public EffectWriter(DecompileContext context) : base(context)
 {
 }