public GraphicsInfra(IContext glContext, IMainThreadDisposer mainThreadDisposer, ICommonObjects commonObjects) { GlContext = glContext; MainThreadDisposer = mainThreadDisposer; CommonObjects = commonObjects; }
public ModelVisualElementHandler(IGraphicsInfra infra, ICommonObjects commonObjects, ISamplerCache samplerCache) { this.infra = infra; this.commonObjects = commonObjects; this.samplerCache = samplerCache; }