public static ReadOnlyCubemap AsReadOnly(this Cubemap self) => self.IsTrulyNull() ? null : new ReadOnlyCubemap(self);