public FixedRenderPassEntity(IGraphicsFactory graphicsFactory) { _renderPass = graphicsFactory.Create3DRenderPass(); _someOnceOffField = true; }