Browse Source

add rfx step Custom(name)

trethaller 4 years ago
parent
commit
5163e11edb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      h3d/impl/RendererFX.hx

+ 1 - 0
h3d/impl/RendererFX.hx

@@ -9,6 +9,7 @@ enum Step {
 	BeforeTonemapping;
 	AfterTonemapping;
 	Overlay;
+	Custom( name : String );
 }
 
 interface RendererFX {