Make generic renderer level dependent

This commit is contained in:
James Seibel
2024-07-02 22:11:06 -05:00
parent 5b905a9ab3
commit 131b2835e5
11 changed files with 107 additions and 70 deletions
@@ -128,11 +128,11 @@ public class DhApi
*/
public static IDhApiWrapperFactory wrapperFactory = null;
/**
* Used to add custom objects to DH's render pass.
* @since API 3.0.0
*/
public static IDhApiCustomRenderRegister renderRegister = null;
///**
// * Used to add custom objects to DH's render pass.
// * @since API 3.0.0
// */
//public static IDhApiCustomRenderRegister renderRegister = null;
}