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