public static Direct3D11LayerImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D11LayerImplementor();
            }

            return instance;
        }
        public static Direct3D11LayerImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D11LayerImplementor();
            }

            return(instance);
        }