コード例 #1
0
        public static Direct3D11LightImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D11LightImplementor();
            }

            return instance;
        }
コード例 #2
0
        public static Direct3D11LightImplementor GetInstance()
        {
            if (instance == null)
            {
                instance = new Direct3D11LightImplementor();
            }

            return(instance);
        }