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